Shades of Forest Green #029127
Tints of Forest Green #029127
RGB
CMYK
RGB Variations
Color information
#029127 (or 0x029127) is known color: Forest Green. HEX triplet: 02, 91 and 27. RGB value is (2,145,39). Sum of RGB (Red+Green+Blue) = 2+145+39=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 145 (57.03% from 255 or 77.96% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 145 - color contains mainly: green. Hex color #029127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029127 is #FD6ED8. Grayscale: #5A5A5A. Windows color (decimal): -16608985 or 2593026. OLE color: 2593026.
HSL color Cylindrical-coordinate representation of color #029127: hue angle of 135.52º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029127 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 39 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.43 |
| HSL | 135.52º | 0.97% | 0.29% | - |
| HSV(B) | 135.52º | 0.99% | 0.57% | - |
| XYZ | 10.52 | 20.41 | 5.3 | - |
| YUV | 90.16 | 99.12 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 39 | 0.99 | 0 | 0.73 | 0.43 | 135.52 | 0.97 | 0.29 |
| Hex | 2 | 91 | 27 | 63 | 0 | 49 | 2B | 88 | 61 | 1D |
| Octal | 2 | 221 | 47 | 143 | 0 | 111 | 53 | 210 | 141 | 35 |
| Binary | 10 | 10010001 | 100111 | 1100011 | 0 | 1001001 | 101011 | 10001000 | 1100001 | 11101 |
Color Harmonies of #029127
Complementary color
Monochromatic Colors of #029127
Black with #029127
Text Example
Text Example
White with #029127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029127; }
p { color: rgb(2,145,39); }
H1.HeaderClassName
{
color: #029127;
}
.AnyTagClassName
{
color: #029127;
}
</style>
background-color css
<style>
a { background-color: #029127; }
a { background-color: rgb(2,145,39); }
div.DivClassName
{
background-color: #029127;
}
.BgClassName
{
background-color: #029127;
}
</style>
border-color css
<style>
span { border-color: #029127; }
span { border-color: rgb(2,145,39); }
td.TdClassName
{
border-color: #029127;
}
.TagClassName
{
border-color: #029127;
}
</style>