Shades of Forest Green #359031
Tints of Forest Green #359031
RGB
CMYK
RGB Variations
Color information
#359031 (or 0x359031) is known color: Forest Green. HEX triplet: 35, 90 and 31. RGB value is (53,144,49). Sum of RGB (Red+Green+Blue) = 53+144+49=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #359031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359031 is #CA6FCE. Grayscale: #6A6A6A. Windows color (decimal): -13266895 or 3248181. OLE color: 3248181.
HSL color Cylindrical-coordinate representation of color #359031: hue angle of 117.47º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359031 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 49 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.44 |
| HSL | 117.47º | 0.49% | 0.38% | - |
| HSV(B) | 117.47º | 0.66% | 0.56% | - |
| XYZ | 12 | 20.93 | 6.31 | - |
| YUV | 105.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 49 | 0.63 | 0 | 0.66 | 0.44 | 117.47 | 0.49 | 0.38 |
| Hex | 35 | 90 | 31 | 3F | 0 | 42 | 2C | 75 | 31 | 26 |
| Octal | 65 | 220 | 61 | 77 | 0 | 102 | 54 | 165 | 61 | 46 |
| Binary | 110101 | 10010000 | 110001 | 111111 | 0 | 1000010 | 101100 | 1110101 | 110001 | 100110 |
Color Harmonies of #359031
Complementary color
Monochromatic Colors of #359031
Black with #359031
Text Example
Text Example
White with #359031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359031; }
p { color: rgb(53,144,49); }
H1.HeaderClassName
{
color: #359031;
}
.AnyTagClassName
{
color: #359031;
}
</style>
background-color css
<style>
a { background-color: #359031; }
a { background-color: rgb(53,144,49); }
div.DivClassName
{
background-color: #359031;
}
.BgClassName
{
background-color: #359031;
}
</style>
border-color css
<style>
span { border-color: #359031; }
span { border-color: rgb(53,144,49); }
td.TdClassName
{
border-color: #359031;
}
.TagClassName
{
border-color: #359031;
}
</style>