Html Css Color HEX #139412 Forest Green

📋 copy color: '#139412'

red 19 ◦ green 148 ◦ blue 18

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

Shades of Forest Green #139412

Tints of Forest Green #139412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 80%

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

R = 10.27%
G = 80%
B = 9.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#139412 (or 0x139412) is known color: Forest Green. HEX triplet: 13, 94 and 12. RGB value is (19,148,18). Sum of RGB (Red+Green+Blue) = 19+148+18=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #139412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139412 is #EC6BED. Grayscale: #5F5F5F. Windows color (decimal): -15494126 or 1217555. OLE color: 1217555.

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

Color convert

RGB 19 148 18 -
CMYK 0.87 0 0.88 0.42
HSL 119.54º 0.78% 0.33% -
HSV(B) 119.54º 0.88% 0.58% -
XYZ 10.97 21.36 4.12 -
YUV 94.61 84.76 74.07 -
System Red Green Blue C M Y K H S L
Decimal 19 148 18 0.87 0 0.88 0.42 119.54 0.78 0.33
Hex 13 94 12 57 0 58 2A 78 4E 21
Octal 23 224 22 127 0 130 52 170 116 41
Binary 10011 10010100 10010 1010111 0 1011000 101010 1111000 1001110 100001

Color Harmonies of #139412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139412

Black with #139412

Text Example


Text Example

White with #139412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139412; }

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

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

background-color css

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

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

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

border-color css

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

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

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