#21A132

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

Shades of Forest Green #21A132

Tints of Forest Green #21A132

Color information

#21A132 (or 0x21A132) is unknown color: approx Forest Green. HEX triplet: 21, A1 and 32. RGB value is (33,161,50). Sum of RGB (Red+Green+Blue) = 33+161+50=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 161 (63.28% from 255 or 65.98% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 161 - color contains mainly: green. Hex color #21A132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A132 is #DE5ECD. Grayscale: #6E6E6E. Windows color (decimal): -14573262 or 3318049. OLE color: 3318049.

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

Color convert

RGB3316150-
CMYK0.8000.690.37
HSL127.97º65.98%38.04%-
HSV(B)127.97º79.5%63.14%-
XYZ13.9526.047.31-
YUV110.0794.0973.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 161 (63.28% from 255) = 65.98%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=13.52%
G=65.98%
B=20.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33161500.8000.690.37127.9765.9838.04
Hex21A1325004525804226
Octal412416212001054520010246
Binary10000110100001110010101000001000101100101100000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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