COLOR #135C12

HEX: #135C12 RGB: (19,92,18)

Color info

#135C12 contains mainly green color. Web safe color of #135C12 is #006600 (or #060).

RGB color model

#135C12 color RGB value is (19,92,18).

RGB: (19,92,18) (7%, 36%, 7%)

RGB channels and saturation

R 19 of 255 = 7%
G 92 of 255 = 36%
B 18 of 255 = 7%

19
92
18

R + G + B ~ 17%. #135C12 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 92 + 18 = 129 (100%)
R 19 of 129 ~ 14.73%
G 92 of 129 ~ 71.32%
B 18 of 129 ~ 13.95'%

%14.73
%71.32
%13.95

CMYK color model

#135C12 color CMYK value is (79,0,80,64).

  • cyan value is 79.35%
  • magenta value is 0.00%
  • yellow value is 80.43%
  • key color value is 63.92%
CMYK: (79,0,80,64) C79M0Y80K64 (79%,0%,80%,64%) (0.79/0.00/0.80/0.64) 

CMYK percentages

%79.35
%0
%80.43
%63.92

Codes

Color #135C12 in popluar color models

13 5C 12
RGB 19 92 18
HSL 119° 67.27% 21.57%
HSB/HSV 119° 80.43% 36.08%
CMYK 79.35% 0.00% 80.43%
63.92%

Color #135C12 in popluar number systems.

HEX 13 5C 12
Decimal 19 92 18
Binary 10011 1011100 10010
Octal 23 134 22

Shades and tints

Shades of #135C12

#135C12
(19,92,18)
#125411
(18,84,17)
#114C10
(17,76,16)
#10440F
(16,68,15)
#0F3C0E
(15,60,14)
#0E340D
(14,52,13)
#0D2C0C
(13,44,12)
#0C240B
(12,36,11)
#0B1C0A
(11,28,10)
#0A1409
(10,20,9)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #135C12

#135C12
(19,92,18)
#286A27
(40,106,39)
#3D783C
(61,120,60)
#528651
(82,134,81)
#679466
(103,148,102)
#7CA27B
(124,162,123)
#91B090
(145,176,144)
#A6BEA5
(166,190,165)
#BBCCBA
(187,204,186)
#D0DACF
(208,218,207)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135C12 color. Also use rgb(19,92,18) instead hex code.

Text Font Color

.myTextColor { color: #135C12; }

<p style="color:#135C12">This sample text font color is #135C12.</p>

This text font color is #135C12.

Background Color

.myBgColor { background-color: #135C12; }

<div style="background-color:#135C12">Inner text</div>

This div background color is #135C12.

Border color

.myBorderColor { border: 1px solid #135C12; }

<div style="border:3px solid #135C12">Div</div>

This div border color is #135C12.

Opacity

.myOpacity80 { color: #135C12; opacity: 0.8; }

<p style="color:#135C12;opacity:0.8;">80%</p>

Text with #135C12 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #135C12;}

<p style="text-shadow: 3px 3px 1px #135C12">Text here.</p>

This text has shadow with #135C12 color.


.textShadow {text-shadow: 3px 3px 1px #135C12', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #135C12, 5px 5px 20px red">Text here.</p>

This text has shadow with #135C12 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#135C12, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#135C12, Direction=45, Strength=4)">Text</p>

This text has shadow with #135C12 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #135C12;
-webkit-box-shadow: 1px 1px 3px 2px #135C12;
box-shadow: 1px 1px 3px 2px #135C12;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #135C12; -webkit-box-shadow: 1px 1px 3px 2px #135C12; box-shadow:1px 1px 3px 2px #135C12;">
Div content here
</div>

This div box has shadow with color #135C12.

Preview

Color preview on black background

This text has color #135C12 on black background.


Color preview on white background

This text has color #135C12 on white background.


Black color preview on #135C12 background

This text has black color on #135C12 background.


White color preview on #135C12 background

This text has white color on #135C12 background.


Related colors

Complementary color

Complementary color for #hex is #ECA3ED.


I love getcolorcode.com

Triadic colors

1 #12135C and #5C1213 with #135C12 are triadic colors.

2 #125C13 and #5C1312 with #135C12 are triadic colors.