#21A81C

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

Shades of Forest Green #21A81C

Tints of Forest Green #21A81C

Color information

#21A81C (or 0x21A81C) is unknown color: approx Forest Green. HEX triplet: 21, A8 and 1C. RGB value is (33,168,28). Sum of RGB (Red+Green+Blue) = 33+168+28=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 168 (66.02% from 255 or 73.36% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 168 - color contains mainly: green. Hex color #21A81C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A81C is #DE57E3. Grayscale: #707070. Windows color (decimal): -14571492 or 1878049. OLE color: 1878049.

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

Color convert

RGB3316828-
CMYK0.8000.830.34
HSL117.86º71.43%38.43%-
HSV(B)117.86º83.33%65.88%-
XYZ14.8428.415.8-
YUV111.6880.7771.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 168 (66.02% from 255) = 73.36%
BLUE value IS 28 (11.33% from 255) = 12.23%
R=14.41%
G=73.36%
B=12.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal33168280.8000.830.34117.8671.4338.43
Hex21A81C5005322764726
Octal412503412001234216610746
Binary100001101010001110010100000101001110001011101101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,168,28); }

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

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

 a { background-color: rgb(33,168,28); }

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

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

 span { border-color: rgb(33,168,28); }

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