Shades of Forest Green #34992E
Tints of Forest Green #34992E
RGB
CMYK
RGB Variations
Color information
#34992E (or 0x34992E) is known color: Forest Green. HEX triplet: 34, 99 and 2E. RGB value is (52,153,46). Sum of RGB (Red+Green+Blue) = 52+153+46=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #34992E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34992E is #CB66D1. Grayscale: #6E6E6E. Windows color (decimal): -13330130 or 3053876. OLE color: 3053876.
HSL color Cylindrical-coordinate representation of color #34992E: hue angle of 116.64º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34992E is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 46 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.4 |
| HSL | 116.64º | 0.54% | 0.39% | - |
| HSV(B) | 116.64º | 0.7% | 0.6% | - |
| XYZ | 13.3 | 23.71 | 6.46 | - |
| YUV | 110.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 46 | 0.66 | 0 | 0.70 | 0.4 | 116.64 | 0.54 | 0.39 |
| Hex | 34 | 99 | 2E | 42 | 0 | 46 | 28 | 75 | 36 | 27 |
| Octal | 64 | 231 | 56 | 102 | 0 | 106 | 50 | 165 | 66 | 47 |
| Binary | 110100 | 10011001 | 101110 | 1000010 | 0 | 1000110 | 101000 | 1110101 | 110110 | 100111 |
Color Harmonies of #34992E
Complementary color
Monochromatic Colors of #34992E
Black with #34992E
Text Example
Text Example
White with #34992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34992E; }
p { color: rgb(52,153,46); }
H1.HeaderClassName
{
color: #34992E;
}
.AnyTagClassName
{
color: #34992E;
}
</style>
background-color css
<style>
a { background-color: #34992E; }
a { background-color: rgb(52,153,46); }
div.DivClassName
{
background-color: #34992E;
}
.BgClassName
{
background-color: #34992E;
}
</style>
border-color css
<style>
span { border-color: #34992E; }
span { border-color: rgb(52,153,46); }
td.TdClassName
{
border-color: #34992E;
}
.TagClassName
{
border-color: #34992E;
}
</style>