#21802A

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

Shades of Forest Green #21802A

Tints of Forest Green #21802A

Color information

#21802A (or 0x21802A) is unknown color: approx Forest Green. HEX triplet: 21, 80 and 2A. RGB value is (33,128,42). Sum of RGB (Red+Green+Blue) = 33+128+42=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #21802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21802A is #DE7FD5. Grayscale: #5A5A5A. Windows color (decimal): -14581718 or 2785313. OLE color: 2785313.

HSL color Cylindrical-coordinate representation of color #21802A: hue angle of 125.68º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21802A is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB3312842-
CMYK0.7400.670.50
HSL125.68º59.01%31.57%-
HSV(B)125.68º74.22%50.2%-
XYZ8.7615.934.8-
YUV89.79101.0387.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 128 (50.39% from 255) = 63.05%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=16.26%
G=63.05%
B=20.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33128420.7400.670.50125.6859.0131.57
Hex21802A4A043327e3b20
Octal41200521120103621767340
Binary100001100000001010101001010010000111100101111110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21802A; }

 p { color: rgb(33,128,42); }

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

<style>
 a { background-color: #21802A; }

 a { background-color: rgb(33,128,42); }

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

<style>
 span { border-color: #21802A; }

 span { border-color: rgb(33,128,42); }

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