#21A029

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

Shades of Forest Green #21A029

Tints of Forest Green #21A029

Color information

#21A029 (or 0x21A029) is unknown color: approx Forest Green. HEX triplet: 21, A0 and 29. RGB value is (33,160,41). Sum of RGB (Red+Green+Blue) = 33+160+41=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 160 (62.89% from 255 or 68.38% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 160 - color contains mainly: green. Hex color #21A029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A029 is #DE5FD6. Grayscale: #6C6C6C. Windows color (decimal): -14573527 or 2727969. OLE color: 2727969.

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

Color convert

RGB3316041-
CMYK0.7900.740.37
HSL123.78º65.8%37.84%-
HSV(B)123.78º79.37%62.75%-
XYZ13.625.636.33-
YUV108.4689.9274.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 160 (62.89% from 255) = 68.38%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=14.10%
G=68.38%
B=17.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33160410.7900.740.37123.7865.837.84
Hex21A0294F04A257c4226
Octal412405111701124517410246
Binary1000011010000010100110011110100101010010111111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,160,41); }

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

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

 a { background-color: rgb(33,160,41); }

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

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

 span { border-color: rgb(33,160,41); }

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