Shades of Forest Green #319B0F
Tints of Forest Green #319B0F
RGB
CMYK
RGB Variations
Color information
#319B0F (or 0x319B0F) is known color: Forest Green. HEX triplet: 31, 9B and 0F. RGB value is (49,155,15). Sum of RGB (Red+Green+Blue) = 49+155+15=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 155 (60.94% from 255 or 70.78% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 155 - color contains mainly: green. Hex color #319B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319B0F is #CE64F0. Grayscale: #6B6B6B. Windows color (decimal): -13526257 or 1022769. OLE color: 1022769.
HSL color Cylindrical-coordinate representation of color #319B0F: hue angle of 105.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #319B0F is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 155 | 15 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.39 |
| HSL | 105.43º | 0.82% | 0.33% | - |
| HSV(B) | 105.43º | 0.9% | 0.61% | - |
| XYZ | 13.07 | 24.13 | 4.42 | - |
| YUV | 107.35 | 75.88 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 15 | 0.68 | 0 | 0.90 | 0.39 | 105.43 | 0.82 | 0.33 |
| Hex | 31 | 9B | F | 44 | 0 | 5A | 27 | 69 | 52 | 21 |
| Octal | 61 | 233 | 17 | 104 | 0 | 132 | 47 | 151 | 122 | 41 |
| Binary | 110001 | 10011011 | 1111 | 1000100 | 0 | 1011010 | 100111 | 1101001 | 1010010 | 100001 |
Color Harmonies of #319B0F
Complementary color
Monochromatic Colors of #319B0F
Black with #319B0F
Text Example
Text Example
White with #319B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B0F; }
p { color: rgb(49,155,15); }
H1.HeaderClassName
{
color: #319B0F;
}
.AnyTagClassName
{
color: #319B0F;
}
</style>
background-color css
<style>
a { background-color: #319B0F; }
a { background-color: rgb(49,155,15); }
div.DivClassName
{
background-color: #319B0F;
}
.BgClassName
{
background-color: #319B0F;
}
</style>
border-color css
<style>
span { border-color: #319B0F; }
span { border-color: rgb(49,155,15); }
td.TdClassName
{
border-color: #319B0F;
}
.TagClassName
{
border-color: #319B0F;
}
</style>