#21A612

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

Shades of Forest Green #21A612

Tints of Forest Green #21A612

Color information

#21A612 (or 0x21A612) is unknown color: approx Forest Green. HEX triplet: 21, A6 and 12. RGB value is (33,166,18). Sum of RGB (Red+Green+Blue) = 33+166+18=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 166 (65.23% from 255 or 76.50% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 166 - color contains mainly: green. Hex color #21A612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A612 is #DE59ED. Grayscale: #6D6D6D. Windows color (decimal): -14572014 or 1222177. OLE color: 1222177.

HSL color Cylindrical-coordinate representation of color #21A612: hue angle of 113.92º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21A612 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB3316618-
CMYK0.8000.890.35
HSL113.92º80.43%36.08%-
HSV(B)113.92º89.16%65.1%-
XYZ14.3727.645.15-
YUV109.3676.4473.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.21%
GREEN value IS 166 (65.23% from 255) = 76.50%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=15.21%
G=76.50%
B=8.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33166180.8000.890.35113.9280.4336.08
Hex21A6125005923725024
Octal412462212001314316212044
Binary100001101001101001010100000101100110001111100101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,166,18); }

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

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

 a { background-color: rgb(33,166,18); }

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

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

 span { border-color: rgb(33,166,18); }

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