Html Css Color HEX #209012 Forest Green

📋 copy color: '#209012'

red 32 ◦ green 144 ◦ blue 18

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

Shades of Forest Green #209012

Tints of Forest Green #209012

RGB

 RED value IS 32 (12.89% from 255) = 16.49%

 GREEN value IS 144 (56.64% from 255) = 74.23%

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

R = 16.49%
G = 74.23%
B = 9.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#209012 (or 0x209012) is known color: Forest Green. HEX triplet: 20, 90 and 12. RGB value is (32,144,18). Sum of RGB (Red+Green+Blue) = 32+144+18=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 144 (56.64% from 255 or 74.23% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 144 - color contains mainly: green. Hex color #209012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209012 is #DF6FED. Grayscale: #606060. Windows color (decimal): -14643182 or 1216544. OLE color: 1216544.

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

Color convert

RGB 32 144 18 -
CMYK 0.78 0 0.88 0.44
HSL 113.33º 0.78% 0.32% -
HSV(B) 113.33º 0.88% 0.56% -
XYZ 10.68 20.3 3.93 -
YUV 96.15 83.89 82.25 -
System Red Green Blue C M Y K H S L
Decimal 32 144 18 0.78 0 0.88 0.44 113.33 0.78 0.32
Hex 20 90 12 4E 0 58 2C 71 4E 20
Octal 40 220 22 116 0 130 54 161 116 40
Binary 100000 10010000 10010 1001110 0 1011000 101100 1110001 1001110 100000

Color Harmonies of #209012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209012

Black with #209012

Text Example


Text Example

White with #209012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209012; }

 p { color: rgb(32,144,18); }

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

background-color css

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

 a { background-color: rgb(32,144,18); }

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

border-color css

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

 span { border-color: rgb(32,144,18); }

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