Shades of Forest Green #319B35
Tints of Forest Green #319B35
RGB
CMYK
RGB Variations
Color information
#319B35 (or 0x319B35) is known color: Forest Green. HEX triplet: 31, 9B and 35. RGB value is (49,155,53). Sum of RGB (Red+Green+Blue) = 49+155+53=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 155 (60.94% from 255 or 60.31% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 155 - color contains mainly: green. Hex color #319B35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319B35 is #CE64CA. Grayscale: #6F6F6F. Windows color (decimal): -13526219 or 3513137. OLE color: 3513137.
HSL color Cylindrical-coordinate representation of color #319B35: hue angle of 122.26º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B35 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 155 | 53 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.39 |
| HSL | 122.26º | 0.52% | 0.4% | - |
| HSV(B) | 122.26º | 0.68% | 0.61% | - |
| XYZ | 13.63 | 24.35 | 7.35 | - |
| YUV | 111.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 53 | 0.68 | 0 | 0.66 | 0.39 | 122.26 | 0.52 | 0.4 |
| Hex | 31 | 9B | 35 | 44 | 0 | 42 | 27 | 7A | 34 | 28 |
| Octal | 61 | 233 | 65 | 104 | 0 | 102 | 47 | 172 | 64 | 50 |
| Binary | 110001 | 10011011 | 110101 | 1000100 | 0 | 1000010 | 100111 | 1111010 | 110100 | 101000 |
Color Harmonies of #319B35
Complementary color
Monochromatic Colors of #319B35
Black with #319B35
Text Example
Text Example
White with #319B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B35; }
p { color: rgb(49,155,53); }
H1.HeaderClassName
{
color: #319B35;
}
.AnyTagClassName
{
color: #319B35;
}
</style>
background-color css
<style>
a { background-color: #319B35; }
a { background-color: rgb(49,155,53); }
div.DivClassName
{
background-color: #319B35;
}
.BgClassName
{
background-color: #319B35;
}
</style>
border-color css
<style>
span { border-color: #319B35; }
span { border-color: rgb(49,155,53); }
td.TdClassName
{
border-color: #319B35;
}
.TagClassName
{
border-color: #319B35;
}
</style>