Shades of Forest Green #34963A
Tints of Forest Green #34963A
RGB
CMYK
RGB Variations
Color information
#34963A (or 0x34963A) is known color: Forest Green. HEX triplet: 34, 96 and 3A. RGB value is (52,150,58). Sum of RGB (Red+Green+Blue) = 52+150+58=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #34963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34963A is #CB69C5. Grayscale: #6E6E6E. Windows color (decimal): -13330886 or 3839540. OLE color: 3839540.
HSL color Cylindrical-coordinate representation of color #34963A: hue angle of 123.67º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34963A is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 150 | 58 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.41 |
| HSL | 123.67º | 0.49% | 0.4% | - |
| HSV(B) | 123.67º | 0.65% | 0.59% | - |
| XYZ | 13.09 | 22.85 | 7.72 | - |
| YUV | 110.21 | 98.53 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 150 | 58 | 0.65 | 0 | 0.61 | 0.41 | 123.67 | 0.49 | 0.4 |
| Hex | 34 | 96 | 3A | 41 | 0 | 3D | 29 | 7C | 31 | 28 |
| Octal | 64 | 226 | 72 | 101 | 0 | 75 | 51 | 174 | 61 | 50 |
| Binary | 110100 | 10010110 | 111010 | 1000001 | 0 | 111101 | 101001 | 1111100 | 110001 | 101000 |
Color Harmonies of #34963A
Complementary color
Monochromatic Colors of #34963A
Black with #34963A
Text Example
Text Example
White with #34963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34963A; }
p { color: rgb(52,150,58); }
H1.HeaderClassName
{
color: #34963A;
}
.AnyTagClassName
{
color: #34963A;
}
</style>
background-color css
<style>
a { background-color: #34963A; }
a { background-color: rgb(52,150,58); }
div.DivClassName
{
background-color: #34963A;
}
.BgClassName
{
background-color: #34963A;
}
</style>
border-color css
<style>
span { border-color: #34963A; }
span { border-color: rgb(52,150,58); }
td.TdClassName
{
border-color: #34963A;
}
.TagClassName
{
border-color: #34963A;
}
</style>