#21A12F

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

Shades of Forest Green #21A12F

Tints of Forest Green #21A12F

Color information

#21A12F (or 0x21A12F) is unknown color: approx Forest Green. HEX triplet: 21, A1 and 2F. RGB value is (33,161,47). Sum of RGB (Red+Green+Blue) = 33+161+47=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 161 (63.28% from 255 or 66.80% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 161 - color contains mainly: green. Hex color #21A12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A12F is #DE5ED0. Grayscale: #6E6E6E. Windows color (decimal): -14573265 or 3121441. OLE color: 3121441.

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

Color convert

RGB3316147-
CMYK0.8000.710.37
HSL126.56º65.98%38.04%-
HSV(B)126.56º79.5%63.14%-
XYZ13.8926.026.98-
YUV109.7392.5973.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 161 (63.28% from 255) = 66.80%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=13.69%
G=66.80%
B=19.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33161470.8000.710.37126.5665.9838.04
Hex21A12F50047257f4226
Octal412415712001074517710246
Binary1000011010000110111110100000100011110010111111111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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