Shades of Forest Green #319B2B
Tints of Forest Green #319B2B
RGB
CMYK
RGB Variations
Color information
#319B2B (or 0x319B2B) is known color: Forest Green. HEX triplet: 31, 9B and 2B. RGB value is (49,155,43). Sum of RGB (Red+Green+Blue) = 49+155+43=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 155 (60.94% from 255 or 62.75% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 155 - color contains mainly: green. Hex color #319B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319B2B is #CE64D4. Grayscale: #6E6E6E. Windows color (decimal): -13526229 or 2857777. OLE color: 2857777.
HSL color Cylindrical-coordinate representation of color #319B2B: hue angle of 116.79º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #319B2B is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 155 | 43 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.39 |
| HSL | 116.79º | 0.57% | 0.39% | - |
| HSV(B) | 116.79º | 0.72% | 0.61% | - |
| XYZ | 13.42 | 24.27 | 6.26 | - |
| YUV | 110.54 | 89.88 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 43 | 0.68 | 0 | 0.72 | 0.39 | 116.79 | 0.57 | 0.39 |
| Hex | 31 | 9B | 2B | 44 | 0 | 48 | 27 | 75 | 39 | 27 |
| Octal | 61 | 233 | 53 | 104 | 0 | 110 | 47 | 165 | 71 | 47 |
| Binary | 110001 | 10011011 | 101011 | 1000100 | 0 | 1001000 | 100111 | 1110101 | 111001 | 100111 |
Color Harmonies of #319B2B
Complementary color
Monochromatic Colors of #319B2B
Black with #319B2B
Text Example
Text Example
White with #319B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B2B; }
p { color: rgb(49,155,43); }
H1.HeaderClassName
{
color: #319B2B;
}
.AnyTagClassName
{
color: #319B2B;
}
</style>
background-color css
<style>
a { background-color: #319B2B; }
a { background-color: rgb(49,155,43); }
div.DivClassName
{
background-color: #319B2B;
}
.BgClassName
{
background-color: #319B2B;
}
</style>
border-color css
<style>
span { border-color: #319B2B; }
span { border-color: rgb(49,155,43); }
td.TdClassName
{
border-color: #319B2B;
}
.TagClassName
{
border-color: #319B2B;
}
</style>