Shades of Forest Green #029725
Tints of Forest Green #029725
RGB
CMYK
RGB Variations
Color information
#029725 (or 0x029725) is known color: Forest Green. HEX triplet: 02, 97 and 25. RGB value is (2,151,37). Sum of RGB (Red+Green+Blue) = 2+151+37=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 151 (59.38% from 255 or 79.47% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 151 - color contains mainly: green. Hex color #029725 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029725 is #FD68DA. Grayscale: #5D5D5D. Windows color (decimal): -16607451 or 2463490. OLE color: 2463490.
HSL color Cylindrical-coordinate representation of color #029725: hue angle of 134.09º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029725 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 37 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.41 |
| HSL | 134.09º | 0.97% | 0.3% | - |
| HSV(B) | 134.09º | 0.99% | 0.59% | - |
| XYZ | 11.43 | 22.28 | 5.45 | - |
| YUV | 93.45 | 96.14 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 37 | 0.99 | 0 | 0.75 | 0.41 | 134.09 | 0.97 | 0.3 |
| Hex | 2 | 97 | 25 | 63 | 0 | 4B | 29 | 86 | 61 | 1E |
| Octal | 2 | 227 | 45 | 143 | 0 | 113 | 51 | 206 | 141 | 36 |
| Binary | 10 | 10010111 | 100101 | 1100011 | 0 | 1001011 | 101001 | 10000110 | 1100001 | 11110 |
Color Harmonies of #029725
Complementary color
Monochromatic Colors of #029725
Black with #029725
Text Example
Text Example
White with #029725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029725; }
p { color: rgb(2,151,37); }
H1.HeaderClassName
{
color: #029725;
}
.AnyTagClassName
{
color: #029725;
}
</style>
background-color css
<style>
a { background-color: #029725; }
a { background-color: rgb(2,151,37); }
div.DivClassName
{
background-color: #029725;
}
.BgClassName
{
background-color: #029725;
}
</style>
border-color css
<style>
span { border-color: #029725; }
span { border-color: rgb(2,151,37); }
td.TdClassName
{
border-color: #029725;
}
.TagClassName
{
border-color: #029725;
}
</style>