Shades of Forest Green #359A34
Tints of Forest Green #359A34
RGB
CMYK
RGB Variations
Color information
#359A34 (or 0x359A34) is known color: Forest Green. HEX triplet: 35, 9A and 34. RGB value is (53,154,52). Sum of RGB (Red+Green+Blue) = 53+154+52=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 154 (60.55% from 255 or 59.46% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 154 - color contains mainly: green. Hex color #359A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359A34 is #CA65CB. Grayscale: #707070. Windows color (decimal): -13264332 or 3447349. OLE color: 3447349.
HSL color Cylindrical-coordinate representation of color #359A34: hue angle of 119.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A34 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 52 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.40 |
| HSL | 119.41º | 0.5% | 0.4% | - |
| HSV(B) | 119.41º | 0.66% | 0.6% | - |
| XYZ | 13.64 | 24.12 | 7.18 | - |
| YUV | 112.17 | 94.04 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 52 | 0.66 | 0 | 0.66 | 0.40 | 119.41 | 0.5 | 0.4 |
| Hex | 35 | 9A | 34 | 42 | 0 | 42 | 28 | 77 | 32 | 28 |
| Octal | 65 | 232 | 64 | 102 | 0 | 102 | 50 | 167 | 62 | 50 |
| Binary | 110101 | 10011010 | 110100 | 1000010 | 0 | 1000010 | 101000 | 1110111 | 110010 | 101000 |
Color Harmonies of #359A34
Complementary color
Monochromatic Colors of #359A34
Black with #359A34
Text Example
Text Example
White with #359A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A34; }
p { color: rgb(53,154,52); }
H1.HeaderClassName
{
color: #359A34;
}
.AnyTagClassName
{
color: #359A34;
}
</style>
background-color css
<style>
a { background-color: #359A34; }
a { background-color: rgb(53,154,52); }
div.DivClassName
{
background-color: #359A34;
}
.BgClassName
{
background-color: #359A34;
}
</style>
border-color css
<style>
span { border-color: #359A34; }
span { border-color: rgb(53,154,52); }
td.TdClassName
{
border-color: #359A34;
}
.TagClassName
{
border-color: #359A34;
}
</style>