#139612

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

Shades of Forest Green #139612

Tints of Forest Green #139612

Color information

#139612 (or 0x139612) is unknown color: approx Forest Green. HEX triplet: 13, 96 and 12. RGB value is (19,150,18). Sum of RGB (Red+Green+Blue) = 19+150+18=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 150 (58.98% from 255 or 80.21% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 150 - color contains mainly: green. Hex color #139612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139612 is #EC69ED. Grayscale: #606060. Windows color (decimal): -15493614 or 1218067. OLE color: 1218067.

HSL color Cylindrical-coordinate representation of color #139612: hue angle of 119.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139612 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1915018-
CMYK0.8700.880.41
HSL119.55º78.57%32.94%-
HSV(B)119.55º88%58.82%-
XYZ11.2821.994.22-
YUV95.7884.173.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 150 (58.98% from 255) = 80.21%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=10.16%
G=80.21%
B=9.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19150180.8700.880.41119.5578.5732.94
Hex1396125705829784f21
Octal232262212701305117011741
Binary10011100101101001010101110101100010100111110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139612; }

 p { color: rgb(19,150,18); }

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

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

 a { background-color: rgb(19,150,18); }

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

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

 span { border-color: rgb(19,150,18); }

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