#21812B

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

Shades of Forest Green #21812B

Tints of Forest Green #21812B

Color information

#21812B (or 0x21812B) is unknown color: approx Forest Green. HEX triplet: 21, 81 and 2B. RGB value is (33,129,43). Sum of RGB (Red+Green+Blue) = 33+129+43=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #21812B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21812B is #DE7ED4. Grayscale: #5A5A5A. Windows color (decimal): -14581461 or 2851105. OLE color: 2851105.

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

Color convert

RGB3312943-
CMYK0.7400.670.49
HSL126.25º59.26%31.76%-
HSV(B)126.25º74.42%50.59%-
XYZ8.9116.24.94-
YUV90.49101.286.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 129 (50.78% from 255) = 62.93%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=16.10%
G=62.93%
B=20.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33129430.7400.670.49126.2559.2631.76
Hex21812B4A043317e3b20
Octal41201531120103611767340
Binary100001100000011010111001010010000111100011111110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21812B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21812B; }

 p { color: rgb(33,129,43); }

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

<style>
 a { background-color: #21812B; }

 a { background-color: rgb(33,129,43); }

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

<style>
 span { border-color: #21812B; }

 span { border-color: rgb(33,129,43); }

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