Shades of Forest Green #21902A
Tints of Forest Green #21902A
RGB
CMYK
RGB Variations
Color information
#21902A (or 0x21902A) is known color: Forest Green. HEX triplet: 21, 90 and 2A. RGB value is (33,144,42). Sum of RGB (Red+Green+Blue) = 33+144+42=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #21902A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21902A is #DE6FD5. Grayscale: #636363. Windows color (decimal): -14577622 or 2789409. OLE color: 2789409.
HSL color Cylindrical-coordinate representation of color #21902A: hue angle of 124.86º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21902A is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 42 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.44 |
| HSL | 124.86º | 0.63% | 0.35% | - |
| HSV(B) | 124.86º | 0.77% | 0.56% | - |
| XYZ | 11.02 | 20.44 | 5.55 | - |
| YUV | 99.18 | 95.73 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 42 | 0.77 | 0 | 0.71 | 0.44 | 124.86 | 0.63 | 0.35 |
| Hex | 21 | 90 | 2A | 4D | 0 | 47 | 2C | 7D | 3F | 23 |
| Octal | 41 | 220 | 52 | 115 | 0 | 107 | 54 | 175 | 77 | 43 |
| Binary | 100001 | 10010000 | 101010 | 1001101 | 0 | 1000111 | 101100 | 1111101 | 111111 | 100011 |
Color Harmonies of #21902A
Complementary color
Monochromatic Colors of #21902A
Black with #21902A
Text Example
Text Example
White with #21902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21902A; }
p { color: rgb(33,144,42); }
H1.HeaderClassName
{
color: #21902A;
}
.AnyTagClassName
{
color: #21902A;
}
</style>
background-color css
<style>
a { background-color: #21902A; }
a { background-color: rgb(33,144,42); }
div.DivClassName
{
background-color: #21902A;
}
.BgClassName
{
background-color: #21902A;
}
</style>
border-color css
<style>
span { border-color: #21902A; }
span { border-color: rgb(33,144,42); }
td.TdClassName
{
border-color: #21902A;
}
.TagClassName
{
border-color: #21902A;
}
</style>