Shades of Forest Green #35A22E
Tints of Forest Green #35A22E
RGB
CMYK
RGB Variations
Color information
#35A22E (or 0x35A22E) is known color: Forest Green. HEX triplet: 35, A2 and 2E. RGB value is (53,162,46). Sum of RGB (Red+Green+Blue) = 53+162+46=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #35A22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A22E is #CA5DD1. Grayscale: #747474. Windows color (decimal): -13262290 or 3056181. OLE color: 3056181.
HSL color Cylindrical-coordinate representation of color #35A22E: hue angle of 116.38º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35A22E is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 162 | 46 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.36 |
| HSL | 116.38º | 0.56% | 0.41% | - |
| HSV(B) | 116.38º | 0.72% | 0.64% | - |
| XYZ | 14.88 | 26.79 | 6.97 | - |
| YUV | 116.19 | 88.39 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 162 | 46 | 0.67 | 0 | 0.72 | 0.36 | 116.38 | 0.56 | 0.41 |
| Hex | 35 | A2 | 2E | 43 | 0 | 48 | 24 | 74 | 38 | 29 |
| Octal | 65 | 242 | 56 | 103 | 0 | 110 | 44 | 164 | 70 | 51 |
| Binary | 110101 | 10100010 | 101110 | 1000011 | 0 | 1001000 | 100100 | 1110100 | 111000 | 101001 |
Color Harmonies of #35A22E
Complementary color
Monochromatic Colors of #35A22E
Black with #35A22E
Text Example
Text Example
White with #35A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A22E; }
p { color: rgb(53,162,46); }
H1.HeaderClassName
{
color: #35A22E;
}
.AnyTagClassName
{
color: #35A22E;
}
</style>
background-color css
<style>
a { background-color: #35A22E; }
a { background-color: rgb(53,162,46); }
div.DivClassName
{
background-color: #35A22E;
}
.BgClassName
{
background-color: #35A22E;
}
</style>
border-color css
<style>
span { border-color: #35A22E; }
span { border-color: rgb(53,162,46); }
td.TdClassName
{
border-color: #35A22E;
}
.TagClassName
{
border-color: #35A22E;
}
</style>