Shades of Forest Green #31993B
Tints of Forest Green #31993B
RGB
CMYK
RGB Variations
Color information
#31993B (or 0x31993B) is known color: Forest Green. HEX triplet: 31, 99 and 3B. RGB value is (49,153,59). Sum of RGB (Red+Green+Blue) = 49+153+59=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #31993B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31993B is #CE66C4. Grayscale: #6F6F6F. Windows color (decimal): -13526725 or 3905841. OLE color: 3905841.
HSL color Cylindrical-coordinate representation of color #31993B: hue angle of 125.77º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31993B is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 59 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.4 |
| HSL | 125.77º | 0.51% | 0.4% | - |
| HSV(B) | 125.77º | 0.68% | 0.6% | - |
| XYZ | 13.45 | 23.75 | 8.01 | - |
| YUV | 111.19 | 98.54 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 59 | 0.68 | 0 | 0.61 | 0.4 | 125.77 | 0.51 | 0.4 |
| Hex | 31 | 99 | 3B | 44 | 0 | 3D | 28 | 7E | 33 | 28 |
| Octal | 61 | 231 | 73 | 104 | 0 | 75 | 50 | 176 | 63 | 50 |
| Binary | 110001 | 10011001 | 111011 | 1000100 | 0 | 111101 | 101000 | 1111110 | 110011 | 101000 |
Color Harmonies of #31993B
Complementary color
Monochromatic Colors of #31993B
Black with #31993B
Text Example
Text Example
White with #31993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31993B; }
p { color: rgb(49,153,59); }
H1.HeaderClassName
{
color: #31993B;
}
.AnyTagClassName
{
color: #31993B;
}
</style>
background-color css
<style>
a { background-color: #31993B; }
a { background-color: rgb(49,153,59); }
div.DivClassName
{
background-color: #31993B;
}
.BgClassName
{
background-color: #31993B;
}
</style>
border-color css
<style>
span { border-color: #31993B; }
span { border-color: rgb(49,153,59); }
td.TdClassName
{
border-color: #31993B;
}
.TagClassName
{
border-color: #31993B;
}
</style>