Shades of Forest Green #34952F
Tints of Forest Green #34952F
RGB
CMYK
RGB Variations
Color information
#34952F (or 0x34952F) is known color: Forest Green. HEX triplet: 34, 95 and 2F. RGB value is (52,149,47). Sum of RGB (Red+Green+Blue) = 52+149+47=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #34952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34952F is #CB6AD0. Grayscale: #6C6C6C. Windows color (decimal): -13331153 or 3118388. OLE color: 3118388.
HSL color Cylindrical-coordinate representation of color #34952F: hue angle of 117.06º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34952F is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 149 | 47 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.42 |
| HSL | 117.06º | 0.52% | 0.38% | - |
| HSV(B) | 117.06º | 0.68% | 0.58% | - |
| XYZ | 12.68 | 22.43 | 6.35 | - |
| YUV | 108.37 | 93.36 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 149 | 47 | 0.65 | 0 | 0.68 | 0.42 | 117.06 | 0.52 | 0.38 |
| Hex | 34 | 95 | 2F | 41 | 0 | 44 | 2A | 75 | 34 | 26 |
| Octal | 64 | 225 | 57 | 101 | 0 | 104 | 52 | 165 | 64 | 46 |
| Binary | 110100 | 10010101 | 101111 | 1000001 | 0 | 1000100 | 101010 | 1110101 | 110100 | 100110 |
Color Harmonies of #34952F
Complementary color
Monochromatic Colors of #34952F
Black with #34952F
Text Example
Text Example
White with #34952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34952F; }
p { color: rgb(52,149,47); }
H1.HeaderClassName
{
color: #34952F;
}
.AnyTagClassName
{
color: #34952F;
}
</style>
background-color css
<style>
a { background-color: #34952F; }
a { background-color: rgb(52,149,47); }
div.DivClassName
{
background-color: #34952F;
}
.BgClassName
{
background-color: #34952F;
}
</style>
border-color css
<style>
span { border-color: #34952F; }
span { border-color: rgb(52,149,47); }
td.TdClassName
{
border-color: #34952F;
}
.TagClassName
{
border-color: #34952F;
}
</style>