Shades of Forest Green #35A02D
Tints of Forest Green #35A02D
RGB
CMYK
RGB Variations
Color information
#35A02D (or 0x35A02D) is known color: Forest Green. HEX triplet: 35, A0 and 2D. RGB value is (53,160,45). Sum of RGB (Red+Green+Blue) = 53+160+45=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 160 (62.89% from 255 or 62.02% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 160 - color contains mainly: green. Hex color #35A02D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A02D is #CA5FD2. Grayscale: #737373. Windows color (decimal): -13262803 or 2990133. OLE color: 2990133.
HSL color Cylindrical-coordinate representation of color #35A02D: hue angle of 115.83º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35A02D is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 160 | 45 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.37 |
| HSL | 115.83º | 0.56% | 0.4% | - |
| HSV(B) | 115.83º | 0.72% | 0.63% | - |
| XYZ | 14.51 | 26.09 | 6.75 | - |
| YUV | 114.9 | 88.55 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 160 | 45 | 0.67 | 0 | 0.72 | 0.37 | 115.83 | 0.56 | 0.4 |
| Hex | 35 | A0 | 2D | 43 | 0 | 48 | 25 | 74 | 38 | 28 |
| Octal | 65 | 240 | 55 | 103 | 0 | 110 | 45 | 164 | 70 | 50 |
| Binary | 110101 | 10100000 | 101101 | 1000011 | 0 | 1001000 | 100101 | 1110100 | 111000 | 101000 |
Color Harmonies of #35A02D
Complementary color
Monochromatic Colors of #35A02D
Black with #35A02D
Text Example
Text Example
White with #35A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A02D; }
p { color: rgb(53,160,45); }
H1.HeaderClassName
{
color: #35A02D;
}
.AnyTagClassName
{
color: #35A02D;
}
</style>
background-color css
<style>
a { background-color: #35A02D; }
a { background-color: rgb(53,160,45); }
div.DivClassName
{
background-color: #35A02D;
}
.BgClassName
{
background-color: #35A02D;
}
</style>
border-color css
<style>
span { border-color: #35A02D; }
span { border-color: rgb(53,160,45); }
td.TdClassName
{
border-color: #35A02D;
}
.TagClassName
{
border-color: #35A02D;
}
</style>