Shades of Forest Green #21953B
Tints of Forest Green #21953B
RGB
CMYK
RGB Variations
Color information
#21953B (or 0x21953B) is known color: Forest Green. HEX triplet: 21, 95 and 3B. RGB value is (33,149,59). Sum of RGB (Red+Green+Blue) = 33+149+59=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #21953B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21953B is #DE6AC4. Grayscale: #686868. Windows color (decimal): -14576325 or 3904801. OLE color: 3904801.
HSL color Cylindrical-coordinate representation of color #21953B: hue angle of 133.45º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21953B is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 59 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.42 |
| HSL | 133.45º | 0.64% | 0.36% | - |
| HSV(B) | 133.45º | 0.78% | 0.58% | - |
| XYZ | 12.16 | 22.13 | 7.77 | - |
| YUV | 104.06 | 102.57 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 59 | 0.78 | 0 | 0.60 | 0.42 | 133.45 | 0.64 | 0.36 |
| Hex | 21 | 95 | 3B | 4E | 0 | 3C | 2A | 85 | 40 | 24 |
| Octal | 41 | 225 | 73 | 116 | 0 | 74 | 52 | 205 | 100 | 44 |
| Binary | 100001 | 10010101 | 111011 | 1001110 | 0 | 111100 | 101010 | 10000101 | 1000000 | 100100 |
Color Harmonies of #21953B
Complementary color
Monochromatic Colors of #21953B
Black with #21953B
Text Example
Text Example
White with #21953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21953B; }
p { color: rgb(33,149,59); }
H1.HeaderClassName
{
color: #21953B;
}
.AnyTagClassName
{
color: #21953B;
}
</style>
background-color css
<style>
a { background-color: #21953B; }
a { background-color: rgb(33,149,59); }
div.DivClassName
{
background-color: #21953B;
}
.BgClassName
{
background-color: #21953B;
}
</style>
border-color css
<style>
span { border-color: #21953B; }
span { border-color: rgb(33,149,59); }
td.TdClassName
{
border-color: #21953B;
}
.TagClassName
{
border-color: #21953B;
}
</style>