#21A02C

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

Shades of Forest Green #21A02C

Tints of Forest Green #21A02C

Color information

#21A02C (or 0x21A02C) is unknown color: approx Forest Green. HEX triplet: 21, A0 and 2C. RGB value is (33,160,44). Sum of RGB (Red+Green+Blue) = 33+160+44=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 160 (62.89% from 255 or 67.51% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 160 - color contains mainly: green. Hex color #21A02C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A02C is #DE5FD3. Grayscale: #6D6D6D. Windows color (decimal): -14573524 or 2924577. OLE color: 2924577.

HSL color Cylindrical-coordinate representation of color #21A02C: hue angle of 125.2º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A02C is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB3316044-
CMYK0.7900.720.37
HSL125.2º65.8%37.84%-
HSV(B)125.2º79.37%62.75%-
XYZ13.6525.656.61-
YUV108.891.4273.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 160 (62.89% from 255) = 67.51%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=13.92%
G=67.51%
B=18.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33160440.7900.720.37125.265.837.84
Hex21A02C4F048257d4226
Octal412405411701104517510246
Binary1000011010000010110010011110100100010010111111011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A02C; }

 p { color: rgb(33,160,44); }

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

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

 a { background-color: rgb(33,160,44); }

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

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

 span { border-color: rgb(33,160,44); }

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