#136F18

Color #136F18 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #136F18

Tints of Forest Green #136F18

Color information

#136F18 (or 0x136F18) is unknown color: approx Forest Green. HEX triplet: 13, 6F and 18. RGB value is (19,111,24). Sum of RGB (Red+Green+Blue) = 19+111+24=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 111 (43.75% from 255 or 72.08% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 111 - color contains mainly: green. Hex color #136F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F18 is #EC90E7. Grayscale: #494949. Windows color (decimal): -15503592 or 1601299. OLE color: 1601299.

HSL color Cylindrical-coordinate representation of color #136F18: hue angle of 123.26º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F18 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1911124-
CMYK0.8300.780.56
HSL123.26º70.77%25.49%-
HSV(B)123.26º82.88%43.53%-
XYZ6.1211.572.78-
YUV73.57100.0289.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 111 (43.75% from 255) = 72.08%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=12.34%
G=72.08%
B=15.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111240.8300.780.56123.2670.7725.49
Hex136F185304E387b4719
Octal231573012301167017310731
Binary100111101111110001010011010011101110001111011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136F18; }

 p { color: rgb(19,111,24); }

 H1.HeaderClassName
 {
   color: #136F18;
 }
 .AnyTagClassName
 {
   color: #136F18;
 }
</style>
background-color css

<style>
 a { background-color: #136F18; }

 a { background-color: rgb(19,111,24); }

 div.DivClassName
 {
   background-color: #136F18;
 }
 .BgClassName
 {
   background-color: #136F18;
 }
</style>
border-color css

<style>
 span { border-color: #136F18; }

 span { border-color: rgb(19,111,24); }

 td.TdClassName
 {
   border-color: #136F18;
 }
 .TagClassName
 {
   border-color: #136F18;
 }
</style>