Shades of Forest Green #359233
Tints of Forest Green #359233
RGB
CMYK
RGB Variations
Color information
#359233 (or 0x359233) is known color: Forest Green. HEX triplet: 35, 92 and 33. RGB value is (53,146,51). Sum of RGB (Red+Green+Blue) = 53+146+51=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #359233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359233 is #CA6DCC. Grayscale: #6B6B6B. Windows color (decimal): -13266381 or 3379765. OLE color: 3379765.
HSL color Cylindrical-coordinate representation of color #359233: hue angle of 118.74º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359233 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 146 | 51 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.43 |
| HSL | 118.74º | 0.48% | 0.39% | - |
| HSV(B) | 118.74º | 0.65% | 0.57% | - |
| XYZ | 12.34 | 21.55 | 6.64 | - |
| YUV | 107.36 | 96.19 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 51 | 0.64 | 0 | 0.65 | 0.43 | 118.74 | 0.48 | 0.39 |
| Hex | 35 | 92 | 33 | 40 | 0 | 41 | 2B | 77 | 30 | 27 |
| Octal | 65 | 222 | 63 | 100 | 0 | 101 | 53 | 167 | 60 | 47 |
| Binary | 110101 | 10010010 | 110011 | 1000000 | 0 | 1000001 | 101011 | 1110111 | 110000 | 100111 |
Color Harmonies of #359233
Complementary color
Monochromatic Colors of #359233
Black with #359233
Text Example
Text Example
White with #359233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359233; }
p { color: rgb(53,146,51); }
H1.HeaderClassName
{
color: #359233;
}
.AnyTagClassName
{
color: #359233;
}
</style>
background-color css
<style>
a { background-color: #359233; }
a { background-color: rgb(53,146,51); }
div.DivClassName
{
background-color: #359233;
}
.BgClassName
{
background-color: #359233;
}
</style>
border-color css
<style>
span { border-color: #359233; }
span { border-color: rgb(53,146,51); }
td.TdClassName
{
border-color: #359233;
}
.TagClassName
{
border-color: #359233;
}
</style>