COLOR #135C2F

HEX: #135C2F RGB: (19,92,47)

Color info

#135C2F contains mainly green and blue colors. Web safe color of #135C2F is #006633 (or #063).

RGB color model

#135C2F color RGB value is (19,92,47).

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

RGB channels and saturation

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

19
92
47

R + G + B ~ 20%. #135C2F is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 92 + 47 = 158 (100%)
R 19 of 158 ~ 12.03%
G 92 of 158 ~ 58.23%
B 47 of 158 ~ 29.75'%

%12.03
%58.23
%29.75

CMYK color model

#135C2F color CMYK value is (79,0,49,64).

  • cyan value is 79.35%
  • magenta value is 0.00%
  • yellow value is 48.91%
  • key color value is 63.92%

CMYK: (79,0,49,64)
C79M0Y49K64 (79%, 0%, 49%, 64%)
(0.79 / 0.00 / 0.49 / 0.64)

CMYK percentages

%79.35
%0
%48.91
%63.92

Codes

Color #135C2F in popluar color models

13 5C 2F
RGB 19 92 47
HSL 143° 65.77% 21.76%
HSB/HSV 143° 79.35% 36.08%
CMYK 79.35% 0.00% 48.91%
63.92%

Color #135C2F in popluar number systems.

HEX 13 5C 2F
Decimal 19 92 47
Binary 10011 1011100 101111
Octal 23 134 57

Shades and tints

Shades of #135C2F

#135C2F
(19,92,47)
#12542B
(18,84,43)
#114C27
(17,76,39)
#104423
(16,68,35)
#0F3C1F
(15,60,31)
#0E341B
(14,52,27)
#0D2C17
(13,44,23)
#0C2413
(12,36,19)
#0B1C0F
(11,28,15)
#0A140B
(10,20,11)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #135C2F

#135C2F
(19,92,47)
#286A41
(40,106,65)
#3D7853
(61,120,83)
#528665
(82,134,101)
#679477
(103,148,119)
#7CA289
(124,162,137)
#91B09B
(145,176,155)
#A6BEAD
(166,190,173)
#BBCCBF
(187,204,191)
#D0DAD1
(208,218,209)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135C2F; }

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

This text font color is #135C2F.

Background Color

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

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

This div background color is #135C2F.

Border color

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

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

This div border color is #135C2F.

Opacity

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

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

Text with #135C2F 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 #135C2F;}

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

This text has shadow with #135C2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #135C2F.

Preview

Color preview on black background

This text has color #135C2F on black background.


Color preview on white background

This text has color #135C2F on white background.


Black color preview on #135C2F background

This text has black color on #135C2F background.


White color preview on #135C2F background

This text has white color on #135C2F background.


Related colors

Complementary color

Complementary color for #hex is #ECA3D0.


I love getcolorcode.com

Triadic colors

1 #2F135C and #5C2F13 with #135C2F are triadic colors.

2 #2F5C13 and #5C132F with #135C2F are triadic colors.