Shades of Forest Green #359B31
Tints of Forest Green #359B31
RGB
CMYK
RGB Variations
Color information
#359B31 (or 0x359B31) is known color: Forest Green. HEX triplet: 35, 9B and 31. RGB value is (53,155,49). Sum of RGB (Red+Green+Blue) = 53+155+49=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 155 (60.94% from 255 or 60.31% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 155 - color contains mainly: green. Hex color #359B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359B31 is #CA64CE. Grayscale: #707070. Windows color (decimal): -13264079 or 3250997. OLE color: 3250997.
HSL color Cylindrical-coordinate representation of color #359B31: hue angle of 117.74º 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 #359B31 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 155 | 49 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.39 |
| HSL | 117.74º | 0.52% | 0.4% | - |
| HSV(B) | 117.74º | 0.68% | 0.61% | - |
| XYZ | 13.74 | 24.42 | 6.9 | - |
| YUV | 112.42 | 92.21 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 49 | 0.66 | 0 | 0.68 | 0.39 | 117.74 | 0.52 | 0.4 |
| Hex | 35 | 9B | 31 | 42 | 0 | 44 | 27 | 76 | 34 | 28 |
| Octal | 65 | 233 | 61 | 102 | 0 | 104 | 47 | 166 | 64 | 50 |
| Binary | 110101 | 10011011 | 110001 | 1000010 | 0 | 1000100 | 100111 | 1110110 | 110100 | 101000 |
Color Harmonies of #359B31
Complementary color
Monochromatic Colors of #359B31
Black with #359B31
Text Example
Text Example
White with #359B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359B31; }
p { color: rgb(53,155,49); }
H1.HeaderClassName
{
color: #359B31;
}
.AnyTagClassName
{
color: #359B31;
}
</style>
background-color css
<style>
a { background-color: #359B31; }
a { background-color: rgb(53,155,49); }
div.DivClassName
{
background-color: #359B31;
}
.BgClassName
{
background-color: #359B31;
}
</style>
border-color css
<style>
span { border-color: #359B31; }
span { border-color: rgb(53,155,49); }
td.TdClassName
{
border-color: #359B31;
}
.TagClassName
{
border-color: #359B31;
}
</style>