Shades of Forest Green #31AA23
Tints of Forest Green #31AA23
RGB
CMYK
RGB Variations
Color information
#31AA23 (or 0x31AA23) is known color: Forest Green. HEX triplet: 31, AA and 23. RGB value is (49,170,35). Sum of RGB (Red+Green+Blue) = 49+170+35=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AA23 is #CE55DC. Grayscale: #767676. Windows color (decimal): -13522397 or 2337329. OLE color: 2337329.
HSL color Cylindrical-coordinate representation of color #31AA23: hue angle of 113.78º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31AA23 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 35 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.33 |
| HSL | 113.78º | 0.66% | 0.4% | - |
| HSV(B) | 113.78º | 0.79% | 0.67% | - |
| XYZ | 15.94 | 29.52 | 6.45 | - |
| YUV | 118.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 35 | 0.71 | 0 | 0.79 | 0.33 | 113.78 | 0.66 | 0.4 |
| Hex | 31 | AA | 23 | 47 | 0 | 4F | 21 | 72 | 42 | 28 |
| Octal | 61 | 252 | 43 | 107 | 0 | 117 | 41 | 162 | 102 | 50 |
| Binary | 110001 | 10101010 | 100011 | 1000111 | 0 | 1001111 | 100001 | 1110010 | 1000010 | 101000 |
Color Harmonies of #31AA23
Complementary color
Monochromatic Colors of #31AA23
Black with #31AA23
Text Example
Text Example
White with #31AA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA23; }
p { color: rgb(49,170,35); }
H1.HeaderClassName
{
color: #31AA23;
}
.AnyTagClassName
{
color: #31AA23;
}
</style>
background-color css
<style>
a { background-color: #31AA23; }
a { background-color: rgb(49,170,35); }
div.DivClassName
{
background-color: #31AA23;
}
.BgClassName
{
background-color: #31AA23;
}
</style>
border-color css
<style>
span { border-color: #31AA23; }
span { border-color: rgb(49,170,35); }
td.TdClassName
{
border-color: #31AA23;
}
.TagClassName
{
border-color: #31AA23;
}
</style>