#21A232

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

Shades of Forest Green #21A232

Tints of Forest Green #21A232

Color information

#21A232 (or 0x21A232) is unknown color: approx Forest Green. HEX triplet: 21, A2 and 32. RGB value is (33,162,50). Sum of RGB (Red+Green+Blue) = 33+162+50=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #21A232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A232 is #DE5DCD. Grayscale: #6E6E6E. Windows color (decimal): -14573006 or 3318305. OLE color: 3318305.

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

Color convert

RGB3316250-
CMYK0.8000.690.36
HSL127.91º66.15%38.24%-
HSV(B)127.91º79.63%63.53%-
XYZ14.1226.397.37-
YUV110.6693.7672.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 162 (63.67% from 255) = 66.12%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=13.47%
G=66.12%
B=20.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33162500.8000.690.36127.9166.1538.24
Hex21A2325004524804226
Octal412426212001054420010246
Binary10000110100010110010101000001000101100100100000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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