#21800C

Color #21800C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #21800C

Tints of Forest Green #21800C

Color information

#21800C (or 0x21800C) is unknown color: approx Forest Green. HEX triplet: 21, 80 and 0C. RGB value is (33,128,12). Sum of RGB (Red+Green+Blue) = 33+128+12=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #21800C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21800C is #DE7FF3. Grayscale: #565656. Windows color (decimal): -14581748 or 819233. OLE color: 819233.

HSL color Cylindrical-coordinate representation of color #21800C: hue angle of 109.14º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21800C is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB3312812-
CMYK0.7400.910.50
HSL109.14º82.86%27.45%-
HSV(B)109.14º90.62%50.2%-
XYZ8.4115.792.95-
YUV86.3786.0389.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 128 (50.39% from 255) = 73.99%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=19.08%
G=73.99%
B=6.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33128120.7400.910.50109.1482.8627.45
Hex2180C4A05B326d531b
Octal412001411201336215512333
Binary1000011000000011001001010010110111100101101101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21800C; }

 p { color: rgb(33,128,12); }

 H1.HeaderClassName
 {
   color: #21800C;
 }
 .AnyTagClassName
 {
   color: #21800C;
 }
</style>
background-color css

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

 a { background-color: rgb(33,128,12); }

 div.DivClassName
 {
   background-color: #21800C;
 }
 .BgClassName
 {
   background-color: #21800C;
 }
</style>
border-color css

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

 span { border-color: rgb(33,128,12); }

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