Html Css Color HEX #139612 Forest Green

📋 copy color: '#139612'

red 19 ◦ green 150 ◦ blue 18

#139612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #139612

Tints of Forest Green #139612

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 value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#139612 (or 0x139612) is known color: 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

RGB 19 150 18 -
CMYK 0.87 0 0.88 0.41
HSL 119.55º 0.79% 0.33% -
HSV(B) 119.55º 0.88% 0.59% -
XYZ 11.28 21.99 4.22 -
YUV 95.78 84.1 73.23 -
System Red Green Blue C M Y K H S L
Decimal 19 150 18 0.87 0 0.88 0.41 119.55 0.79 0.33
Hex 13 96 12 57 0 58 29 78 4F 21
Octal 23 226 22 127 0 130 51 170 117 41
Binary 10011 10010110 10010 1010111 0 1011000 101001 1111000 1001111 100001

Color Harmonies of #139612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139612

Black with #139612

Text Example


Text Example

White with #139612

Text Example


Text Example

HTML Codes & Css Web 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>