#21801A

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

Shades of Forest Green #21801A

Tints of Forest Green #21801A

Color information

#21801A (or 0x21801A) is unknown color: approx Forest Green. HEX triplet: 21, 80 and 1A. RGB value is (33,128,26). Sum of RGB (Red+Green+Blue) = 33+128+26=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 128 (50.39% from 255 or 68.45% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 128 - color contains mainly: green. Hex color #21801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21801A is #DE7FE5. Grayscale: #585858. Windows color (decimal): -14581734 or 1736737. OLE color: 1736737.

HSL color Cylindrical-coordinate representation of color #21801A: hue angle of 115.88º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21801A is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB3312826-
CMYK0.7400.800.50
HSL115.88º66.23%30.2%-
HSV(B)115.88º79.69%50.2%-
XYZ8.5315.843.58-
YUV87.9793.0388.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 128 (50.39% from 255) = 68.45%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=17.65%
G=68.45%
B=13.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33128260.7400.800.50115.8866.2330.2
Hex21801A4A0503274421e
Octal412003211201206216410236
Binary10000110000000110101001010010100001100101110100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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