#21912F

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

Shades of Forest Green #21912F

Tints of Forest Green #21912F

Color information

#21912F (or 0x21912F) is unknown color: approx Forest Green. HEX triplet: 21, 91 and 2F. RGB value is (33,145,47). Sum of RGB (Red+Green+Blue) = 33+145+47=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #21912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21912F is #DE6ED0. Grayscale: #646464. Windows color (decimal): -14577361 or 3117345. OLE color: 3117345.

HSL color Cylindrical-coordinate representation of color #21912F: hue angle of 127.5º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21912F is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB3314547-
CMYK0.7700.680.43
HSL127.5º62.92%34.9%-
HSV(B)127.5º77.24%56.86%-
XYZ11.2720.786.11-
YUV100.3497.8979.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 145 (57.03% from 255) = 64.44%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=14.67%
G=64.44%
B=20.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33145470.7700.680.43127.562.9234.9
Hex21912F4D0442B803f23
Octal41221571150104532007743
Binary1000011001000110111110011010100010010101110000000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21912F; }

 p { color: rgb(33,145,47); }

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

<style>
 a { background-color: #21912F; }

 a { background-color: rgb(33,145,47); }

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

<style>
 span { border-color: #21912F; }

 span { border-color: rgb(33,145,47); }

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