Shades of Forest Green #029321
Tints of Forest Green #029321
RGB
CMYK
RGB Variations
Color information
#029321 (or 0x029321) is known color: Forest Green. HEX triplet: 02, 93 and 21. RGB value is (2,147,33). Sum of RGB (Red+Green+Blue) = 2+147+33=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 147 (57.81% from 255 or 80.77% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 147 - color contains mainly: green. Hex color #029321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029321 is #FD6CDE. Grayscale: #5A5A5A. Windows color (decimal): -16608479 or 2200322. OLE color: 2200322.
HSL color Cylindrical-coordinate representation of color #029321: hue angle of 132.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029321 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 147 | 33 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.42 |
| HSL | 132.83º | 0.97% | 0.29% | - |
| HSV(B) | 132.83º | 0.99% | 0.58% | - |
| XYZ | 10.73 | 20.99 | 4.92 | - |
| YUV | 90.65 | 95.46 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 33 | 0.99 | 0 | 0.78 | 0.42 | 132.83 | 0.97 | 0.29 |
| Hex | 2 | 93 | 21 | 63 | 0 | 4E | 2A | 85 | 61 | 1D |
| Octal | 2 | 223 | 41 | 143 | 0 | 116 | 52 | 205 | 141 | 35 |
| Binary | 10 | 10010011 | 100001 | 1100011 | 0 | 1001110 | 101010 | 10000101 | 1100001 | 11101 |
Color Harmonies of #029321
Complementary color
Monochromatic Colors of #029321
Black with #029321
Text Example
Text Example
White with #029321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029321; }
p { color: rgb(2,147,33); }
H1.HeaderClassName
{
color: #029321;
}
.AnyTagClassName
{
color: #029321;
}
</style>
background-color css
<style>
a { background-color: #029321; }
a { background-color: rgb(2,147,33); }
div.DivClassName
{
background-color: #029321;
}
.BgClassName
{
background-color: #029321;
}
</style>
border-color css
<style>
span { border-color: #029321; }
span { border-color: rgb(2,147,33); }
td.TdClassName
{
border-color: #029321;
}
.TagClassName
{
border-color: #029321;
}
</style>