Shades of Forest Green #31AB21
Tints of Forest Green #31AB21
RGB
CMYK
RGB Variations
Color information
#31AB21 (or 0x31AB21) is known color: Forest Green. HEX triplet: 31, AB and 21. RGB value is (49,171,33). Sum of RGB (Red+Green+Blue) = 49+171+33=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 171 (67.19% from 255 or 67.59% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AB21 is #CE54DE. Grayscale: #777777. Windows color (decimal): -13522143 or 2206513. OLE color: 2206513.
HSL color Cylindrical-coordinate representation of color #31AB21: hue angle of 113.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31AB21 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 33 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.33 |
| HSL | 113.04º | 0.68% | 0.4% | - |
| HSV(B) | 113.04º | 0.81% | 0.67% | - |
| XYZ | 16.1 | 29.89 | 6.36 | - |
| YUV | 118.79 | 79.58 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 33 | 0.71 | 0 | 0.81 | 0.33 | 113.04 | 0.68 | 0.4 |
| Hex | 31 | AB | 21 | 47 | 0 | 51 | 21 | 71 | 44 | 28 |
| Octal | 61 | 253 | 41 | 107 | 0 | 121 | 41 | 161 | 104 | 50 |
| Binary | 110001 | 10101011 | 100001 | 1000111 | 0 | 1010001 | 100001 | 1110001 | 1000100 | 101000 |
Color Harmonies of #31AB21
Complementary color
Monochromatic Colors of #31AB21
Black with #31AB21
Text Example
Text Example
White with #31AB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB21; }
p { color: rgb(49,171,33); }
H1.HeaderClassName
{
color: #31AB21;
}
.AnyTagClassName
{
color: #31AB21;
}
</style>
background-color css
<style>
a { background-color: #31AB21; }
a { background-color: rgb(49,171,33); }
div.DivClassName
{
background-color: #31AB21;
}
.BgClassName
{
background-color: #31AB21;
}
</style>
border-color css
<style>
span { border-color: #31AB21; }
span { border-color: rgb(49,171,33); }
td.TdClassName
{
border-color: #31AB21;
}
.TagClassName
{
border-color: #31AB21;
}
</style>