Shades of Forest Green #35A330
Tints of Forest Green #35A330
RGB
CMYK
RGB Variations
Color information
#35A330 (or 0x35A330) is known color: Forest Green. HEX triplet: 35, A3 and 30. RGB value is (53,163,48). Sum of RGB (Red+Green+Blue) = 53+163+48=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 163 (64.06% from 255 or 61.74% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 163 - color contains mainly: green. Hex color #35A330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A330 is #CA5CCF. Grayscale: #757575. Windows color (decimal): -13262032 or 3187509. OLE color: 3187509.
HSL color Cylindrical-coordinate representation of color #35A330: hue angle of 117.39º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35A330 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 163 | 48 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.36 |
| HSL | 117.39º | 0.55% | 0.41% | - |
| HSV(B) | 117.39º | 0.71% | 0.64% | - |
| XYZ | 15.1 | 27.16 | 7.24 | - |
| YUV | 117 | 89.06 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 163 | 48 | 0.67 | 0 | 0.71 | 0.36 | 117.39 | 0.55 | 0.41 |
| Hex | 35 | A3 | 30 | 43 | 0 | 47 | 24 | 75 | 37 | 29 |
| Octal | 65 | 243 | 60 | 103 | 0 | 107 | 44 | 165 | 67 | 51 |
| Binary | 110101 | 10100011 | 110000 | 1000011 | 0 | 1000111 | 100100 | 1110101 | 110111 | 101001 |
Color Harmonies of #35A330
Complementary color
Monochromatic Colors of #35A330
Black with #35A330
Text Example
Text Example
White with #35A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A330; }
p { color: rgb(53,163,48); }
H1.HeaderClassName
{
color: #35A330;
}
.AnyTagClassName
{
color: #35A330;
}
</style>
background-color css
<style>
a { background-color: #35A330; }
a { background-color: rgb(53,163,48); }
div.DivClassName
{
background-color: #35A330;
}
.BgClassName
{
background-color: #35A330;
}
</style>
border-color css
<style>
span { border-color: #35A330; }
span { border-color: rgb(53,163,48); }
td.TdClassName
{
border-color: #35A330;
}
.TagClassName
{
border-color: #35A330;
}
</style>