Shades of Forest Green #359E2E
Tints of Forest Green #359E2E
RGB
CMYK
RGB Variations
Color information
#359E2E (or 0x359E2E) is known color: Forest Green. HEX triplet: 35, 9E and 2E. RGB value is (53,158,46). Sum of RGB (Red+Green+Blue) = 53+158+46=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 158 (62.11% from 255 or 61.48% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 158 - color contains mainly: green. Hex color #359E2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359E2E is #CA61D1. Grayscale: #727272. Windows color (decimal): -13263314 or 3055157. OLE color: 3055157.
HSL color Cylindrical-coordinate representation of color #359E2E: hue angle of 116.25º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #359E2E is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 46 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.38 |
| HSL | 116.25º | 0.55% | 0.4% | - |
| HSV(B) | 116.25º | 0.71% | 0.62% | - |
| XYZ | 14.19 | 25.41 | 6.74 | - |
| YUV | 113.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 46 | 0.66 | 0 | 0.71 | 0.38 | 116.25 | 0.55 | 0.4 |
| Hex | 35 | 9E | 2E | 42 | 0 | 47 | 26 | 74 | 37 | 28 |
| Octal | 65 | 236 | 56 | 102 | 0 | 107 | 46 | 164 | 67 | 50 |
| Binary | 110101 | 10011110 | 101110 | 1000010 | 0 | 1000111 | 100110 | 1110100 | 110111 | 101000 |
Color Harmonies of #359E2E
Complementary color
Monochromatic Colors of #359E2E
Black with #359E2E
Text Example
Text Example
White with #359E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E2E; }
p { color: rgb(53,158,46); }
H1.HeaderClassName
{
color: #359E2E;
}
.AnyTagClassName
{
color: #359E2E;
}
</style>
background-color css
<style>
a { background-color: #359E2E; }
a { background-color: rgb(53,158,46); }
div.DivClassName
{
background-color: #359E2E;
}
.BgClassName
{
background-color: #359E2E;
}
</style>
border-color css
<style>
span { border-color: #359E2E; }
span { border-color: rgb(53,158,46); }
td.TdClassName
{
border-color: #359E2E;
}
.TagClassName
{
border-color: #359E2E;
}
</style>