Html Css Color HEX #139112 Forest Green

📋 copy color: '#139112'

red 19 ◦ green 145 ◦ blue 18

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

Shades of Forest Green #139112

Tints of Forest Green #139112

RGB

 RED value IS 19 (7.81% from 255) = 10.44%

 GREEN value IS 145 (57.03% from 255) = 79.67%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 10.44%
G = 79.67%
B = 9.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#139112 (or 0x139112) is known color: Forest Green. HEX triplet: 13, 91 and 12. RGB value is (19,145,18). Sum of RGB (Red+Green+Blue) = 19+145+18=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 145 (57.03% from 255 or 79.67% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 145 - color contains mainly: green. Hex color #139112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139112 is #EC6EED. Grayscale: #5D5D5D. Windows color (decimal): -15494894 or 1216787. OLE color: 1216787.

HSL color Cylindrical-coordinate representation of color #139112: hue angle of 119.53º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139112 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 18 -
CMYK 0.87 0 0.88 0.43
HSL 119.53º 0.78% 0.32% -
HSV(B) 119.53º 0.88% 0.57% -
XYZ 10.5 20.43 3.96 -
YUV 92.85 85.76 75.33 -
System Red Green Blue C M Y K H S L
Decimal 19 145 18 0.87 0 0.88 0.43 119.53 0.78 0.32
Hex 13 91 12 57 0 58 2B 78 4E 20
Octal 23 221 22 127 0 130 53 170 116 40
Binary 10011 10010001 10010 1010111 0 1011000 101011 1111000 1001110 100000

Color Harmonies of #139112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139112

Black with #139112

Text Example


Text Example

White with #139112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139112; }

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

 H1.HeaderClassName
 {
   color: #139112;
 }
 .AnyTagClassName
 {
   color: #139112;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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