Html Css Color HEX #139212 Forest Green

📋 copy color: '#139212'

red 19 ◦ green 146 ◦ blue 18

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

Shades of Forest Green #139212

Tints of Forest Green #139212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 79.78%

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

R = 10.38%
G = 79.78%
B = 9.84%

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

#139212 (or 0x139212) is known color: Forest Green. HEX triplet: 13, 92 and 12. RGB value is (19,146,18). Sum of RGB (Red+Green+Blue) = 19+146+18=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 146 (57.42% from 255 or 79.78% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 146 - color contains mainly: green. Hex color #139212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139212 is #EC6DED. Grayscale: #5D5D5D. Windows color (decimal): -15494638 or 1217043. OLE color: 1217043.

HSL color Cylindrical-coordinate representation of color #139212: 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 #139212 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 146 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.66 20.74 4.01 -
YUV 93.44 85.42 74.91 -
System Red Green Blue C M Y K H S L
Decimal 19 146 18 0.87 0 0.88 0.43 119.53 0.78 0.32
Hex 13 92 12 57 0 58 2B 78 4E 20
Octal 23 222 22 127 0 130 53 170 116 40
Binary 10011 10010010 10010 1010111 0 1011000 101011 1111000 1001110 100000

Color Harmonies of #139212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139212

Black with #139212

Text Example


Text Example

White with #139212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139212; }

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

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

background-color css

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

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

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

border-color css

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

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

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