Shades of Forest Green #319C26
Tints of Forest Green #319C26
RGB
CMYK
RGB Variations
Color information
#319C26 (or 0x319C26) is known color: Forest Green. HEX triplet: 31, 9C and 26. RGB value is (49,156,38). Sum of RGB (Red+Green+Blue) = 49+156+38=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 156 (61.33% from 255 or 64.20% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 156 - color contains mainly: green. Hex color #319C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C26 is #CE63D9. Grayscale: #6E6E6E. Windows color (decimal): -13525978 or 2530353. OLE color: 2530353.
HSL color Cylindrical-coordinate representation of color #319C26: hue angle of 114.41º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319C26 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 38 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.39 |
| HSL | 114.41º | 0.61% | 0.38% | - |
| HSV(B) | 114.41º | 0.76% | 0.61% | - |
| XYZ | 13.5 | 24.57 | 5.86 | - |
| YUV | 110.56 | 87.05 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 38 | 0.69 | 0 | 0.76 | 0.39 | 114.41 | 0.61 | 0.38 |
| Hex | 31 | 9C | 26 | 45 | 0 | 4C | 27 | 72 | 3D | 26 |
| Octal | 61 | 234 | 46 | 105 | 0 | 114 | 47 | 162 | 75 | 46 |
| Binary | 110001 | 10011100 | 100110 | 1000101 | 0 | 1001100 | 100111 | 1110010 | 111101 | 100110 |
Color Harmonies of #319C26
Complementary color
Monochromatic Colors of #319C26
Black with #319C26
Text Example
Text Example
White with #319C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C26; }
p { color: rgb(49,156,38); }
H1.HeaderClassName
{
color: #319C26;
}
.AnyTagClassName
{
color: #319C26;
}
</style>
background-color css
<style>
a { background-color: #319C26; }
a { background-color: rgb(49,156,38); }
div.DivClassName
{
background-color: #319C26;
}
.BgClassName
{
background-color: #319C26;
}
</style>
border-color css
<style>
span { border-color: #319C26; }
span { border-color: rgb(49,156,38); }
td.TdClassName
{
border-color: #319C26;
}
.TagClassName
{
border-color: #319C26;
}
</style>