Shades of Forest Green #31A429
Tints of Forest Green #31A429
RGB
CMYK
RGB Variations
Color information
#31A429 (or 0x31A429) is known color: Forest Green. HEX triplet: 31, A4 and 29. RGB value is (49,164,41). Sum of RGB (Red+Green+Blue) = 49+164+41=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 164 (64.45% from 255 or 64.57% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 164 - color contains mainly: green. Hex color #31A429 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A429 is #CE5BD6. Grayscale: #737373. Windows color (decimal): -13523927 or 2729009. OLE color: 2729009.
HSL color Cylindrical-coordinate representation of color #31A429: hue angle of 116.1º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31A429 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 41 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.36 |
| HSL | 116.1º | 0.6% | 0.4% | - |
| HSV(B) | 116.1º | 0.75% | 0.64% | - |
| XYZ | 14.94 | 27.36 | 6.59 | - |
| YUV | 115.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 41 | 0.70 | 0 | 0.75 | 0.36 | 116.1 | 0.6 | 0.4 |
| Hex | 31 | A4 | 29 | 46 | 0 | 4B | 24 | 74 | 3C | 28 |
| Octal | 61 | 244 | 51 | 106 | 0 | 113 | 44 | 164 | 74 | 50 |
| Binary | 110001 | 10100100 | 101001 | 1000110 | 0 | 1001011 | 100100 | 1110100 | 111100 | 101000 |
Color Harmonies of #31A429
Complementary color
Monochromatic Colors of #31A429
Black with #31A429
Text Example
Text Example
White with #31A429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A429; }
p { color: rgb(49,164,41); }
H1.HeaderClassName
{
color: #31A429;
}
.AnyTagClassName
{
color: #31A429;
}
</style>
background-color css
<style>
a { background-color: #31A429; }
a { background-color: rgb(49,164,41); }
div.DivClassName
{
background-color: #31A429;
}
.BgClassName
{
background-color: #31A429;
}
</style>
border-color css
<style>
span { border-color: #31A429; }
span { border-color: rgb(49,164,41); }
td.TdClassName
{
border-color: #31A429;
}
.TagClassName
{
border-color: #31A429;
}
</style>