#21a02f

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

Shades of Forest Green #21A02F

Tints of Forest Green #21A02F

Color information

#21A02F (or 0x21A02F) is unknown color: approx Forest Green. HEX triplet: 21, A0 and 2F. RGB value is (33,160,47). Sum of RGB (Red+Green+Blue) = 33+160+47=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 160 (62.89% from 255 or 66.67% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 160 - color contains mainly: green. Hex color #21A02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A02F is #DE5FD0. Grayscale: #6D6D6D. Windows color (decimal): -14573521 or 3121185. OLE color: 3121185.

HSL color Cylindrical-coordinate representation of color #21A02F: hue angle of 126.61º 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 #21A02F is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB3316047-
CMYK0.7900.710.37
HSL126.61º65.8%37.84%-
HSV(B)126.61º79.37%62.75%-
XYZ13.7125.676.92-
YUV109.1492.9273.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 160 (62.89% from 255) = 66.67%
BLUE value IS 47 (18.75% from 255) = 19.58%
R=13.75%
G=66.67%
B=19.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33160470.7900.710.37126.6165.837.84
Hex21A02F4F047257f4226
Octal412405711701074517710246
Binary1000011010000010111110011110100011110010111111111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21a02f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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