Shades of Forest Green #34952D
Tints of Forest Green #34952D
RGB
CMYK
RGB Variations
Color information
#34952D (or 0x34952D) is known color: Forest Green. HEX triplet: 34, 95 and 2D. RGB value is (52,149,45). Sum of RGB (Red+Green+Blue) = 52+149+45=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #34952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34952D is #CB6AD2. Grayscale: #6C6C6C. Windows color (decimal): -13331155 or 2987316. OLE color: 2987316.
HSL color Cylindrical-coordinate representation of color #34952D: hue angle of 115.96º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34952D is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 149 | 45 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.42 |
| HSL | 115.96º | 0.54% | 0.38% | - |
| HSV(B) | 115.96º | 0.7% | 0.58% | - |
| XYZ | 12.64 | 22.41 | 6.14 | - |
| YUV | 108.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 149 | 45 | 0.65 | 0 | 0.70 | 0.42 | 115.96 | 0.54 | 0.38 |
| Hex | 34 | 95 | 2D | 41 | 0 | 46 | 2A | 74 | 36 | 26 |
| Octal | 64 | 225 | 55 | 101 | 0 | 106 | 52 | 164 | 66 | 46 |
| Binary | 110100 | 10010101 | 101101 | 1000001 | 0 | 1000110 | 101010 | 1110100 | 110110 | 100110 |
Color Harmonies of #34952D
Complementary color
Monochromatic Colors of #34952D
Black with #34952D
Text Example
Text Example
White with #34952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34952D; }
p { color: rgb(52,149,45); }
H1.HeaderClassName
{
color: #34952D;
}
.AnyTagClassName
{
color: #34952D;
}
</style>
background-color css
<style>
a { background-color: #34952D; }
a { background-color: rgb(52,149,45); }
div.DivClassName
{
background-color: #34952D;
}
.BgClassName
{
background-color: #34952D;
}
</style>
border-color css
<style>
span { border-color: #34952D; }
span { border-color: rgb(52,149,45); }
td.TdClassName
{
border-color: #34952D;
}
.TagClassName
{
border-color: #34952D;
}
</style>