Shades of Forest Green #319C2B
Tints of Forest Green #319C2B
RGB
CMYK
RGB Variations
Color information
#319C2B (or 0x319C2B) is known color: Forest Green. HEX triplet: 31, 9C and 2B. RGB value is (49,156,43). Sum of RGB (Red+Green+Blue) = 49+156+43=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #319C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C2B is #CE63D4. Grayscale: #6F6F6F. Windows color (decimal): -13525973 or 2858033. OLE color: 2858033.
HSL color Cylindrical-coordinate representation of color #319C2B: hue angle of 116.81º 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 #319C2B is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 43 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.39 |
| HSL | 116.81º | 0.57% | 0.39% | - |
| HSV(B) | 116.81º | 0.72% | 0.61% | - |
| XYZ | 13.59 | 24.6 | 6.32 | - |
| YUV | 111.13 | 89.55 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 43 | 0.69 | 0 | 0.72 | 0.39 | 116.81 | 0.57 | 0.39 |
| Hex | 31 | 9C | 2B | 45 | 0 | 48 | 27 | 75 | 39 | 27 |
| Octal | 61 | 234 | 53 | 105 | 0 | 110 | 47 | 165 | 71 | 47 |
| Binary | 110001 | 10011100 | 101011 | 1000101 | 0 | 1001000 | 100111 | 1110101 | 111001 | 100111 |
Color Harmonies of #319C2B
Complementary color
Monochromatic Colors of #319C2B
Black with #319C2B
Text Example
Text Example
White with #319C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C2B; }
p { color: rgb(49,156,43); }
H1.HeaderClassName
{
color: #319C2B;
}
.AnyTagClassName
{
color: #319C2B;
}
</style>
background-color css
<style>
a { background-color: #319C2B; }
a { background-color: rgb(49,156,43); }
div.DivClassName
{
background-color: #319C2B;
}
.BgClassName
{
background-color: #319C2B;
}
</style>
border-color css
<style>
span { border-color: #319C2B; }
span { border-color: rgb(49,156,43); }
td.TdClassName
{
border-color: #319C2B;
}
.TagClassName
{
border-color: #319C2B;
}
</style>