Shades of Forest Green #34973A
Tints of Forest Green #34973A
RGB
CMYK
RGB Variations
Color information
#34973A (or 0x34973A) is known color: Forest Green. HEX triplet: 34, 97 and 3A. RGB value is (52,151,58). Sum of RGB (Red+Green+Blue) = 52+151+58=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #34973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34973A is #CB68C5. Grayscale: #6F6F6F. Windows color (decimal): -13330630 or 3839796. OLE color: 3839796.
HSL color Cylindrical-coordinate representation of color #34973A: hue angle of 123.64º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34973A is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 58 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.41 |
| HSL | 123.64º | 0.49% | 0.4% | - |
| HSV(B) | 123.64º | 0.66% | 0.59% | - |
| XYZ | 13.25 | 23.17 | 7.78 | - |
| YUV | 110.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 58 | 0.66 | 0 | 0.62 | 0.41 | 123.64 | 0.49 | 0.4 |
| Hex | 34 | 97 | 3A | 42 | 0 | 3E | 29 | 7C | 31 | 28 |
| Octal | 64 | 227 | 72 | 102 | 0 | 76 | 51 | 174 | 61 | 50 |
| Binary | 110100 | 10010111 | 111010 | 1000010 | 0 | 111110 | 101001 | 1111100 | 110001 | 101000 |
Color Harmonies of #34973A
Complementary color
Monochromatic Colors of #34973A
Black with #34973A
Text Example
Text Example
White with #34973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34973A; }
p { color: rgb(52,151,58); }
H1.HeaderClassName
{
color: #34973A;
}
.AnyTagClassName
{
color: #34973A;
}
</style>
background-color css
<style>
a { background-color: #34973A; }
a { background-color: rgb(52,151,58); }
div.DivClassName
{
background-color: #34973A;
}
.BgClassName
{
background-color: #34973A;
}
</style>
border-color css
<style>
span { border-color: #34973A; }
span { border-color: rgb(52,151,58); }
td.TdClassName
{
border-color: #34973A;
}
.TagClassName
{
border-color: #34973A;
}
</style>