Shades of Forest Green #35983A
Tints of Forest Green #35983A
RGB
CMYK
RGB Variations
Color information
#35983A (or 0x35983A) is known color: Forest Green. HEX triplet: 35, 98 and 3A. RGB value is (53,152,58). Sum of RGB (Red+Green+Blue) = 53+152+58=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #35983A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35983A is #CA67C5. Grayscale: #6F6F6F. Windows color (decimal): -13264838 or 3840053. OLE color: 3840053.
HSL color Cylindrical-coordinate representation of color #35983A: hue angle of 123.03º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35983A is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 152 | 58 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.40 |
| HSL | 123.03º | 0.48% | 0.4% | - |
| HSV(B) | 123.03º | 0.65% | 0.6% | - |
| XYZ | 13.46 | 23.52 | 7.83 | - |
| YUV | 111.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 152 | 58 | 0.65 | 0 | 0.62 | 0.40 | 123.03 | 0.48 | 0.4 |
| Hex | 35 | 98 | 3A | 41 | 0 | 3E | 28 | 7B | 30 | 28 |
| Octal | 65 | 230 | 72 | 101 | 0 | 76 | 50 | 173 | 60 | 50 |
| Binary | 110101 | 10011000 | 111010 | 1000001 | 0 | 111110 | 101000 | 1111011 | 110000 | 101000 |
Color Harmonies of #35983A
Complementary color
Monochromatic Colors of #35983A
Black with #35983A
Text Example
Text Example
White with #35983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35983A; }
p { color: rgb(53,152,58); }
H1.HeaderClassName
{
color: #35983A;
}
.AnyTagClassName
{
color: #35983A;
}
</style>
background-color css
<style>
a { background-color: #35983A; }
a { background-color: rgb(53,152,58); }
div.DivClassName
{
background-color: #35983A;
}
.BgClassName
{
background-color: #35983A;
}
</style>
border-color css
<style>
span { border-color: #35983A; }
span { border-color: rgb(53,152,58); }
td.TdClassName
{
border-color: #35983A;
}
.TagClassName
{
border-color: #35983A;
}
</style>