Shades of Forest Green #34912D
Tints of Forest Green #34912D
RGB
CMYK
RGB Variations
Color information
#34912D (or 0x34912D) is known color: Forest Green. HEX triplet: 34, 91 and 2D. RGB value is (52,145,45). Sum of RGB (Red+Green+Blue) = 52+145+45=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #34912D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34912D is #CB6ED2. Grayscale: #6A6A6A. Windows color (decimal): -13332179 or 2986292. OLE color: 2986292.
HSL color Cylindrical-coordinate representation of color #34912D: hue angle of 115.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34912D is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 45 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.43 |
| HSL | 115.8º | 0.53% | 0.37% | - |
| HSV(B) | 115.8º | 0.69% | 0.57% | - |
| XYZ | 12.02 | 21.17 | 5.94 | - |
| YUV | 105.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 45 | 0.64 | 0 | 0.69 | 0.43 | 115.8 | 0.53 | 0.37 |
| Hex | 34 | 91 | 2D | 40 | 0 | 45 | 2B | 74 | 35 | 25 |
| Octal | 64 | 221 | 55 | 100 | 0 | 105 | 53 | 164 | 65 | 45 |
| Binary | 110100 | 10010001 | 101101 | 1000000 | 0 | 1000101 | 101011 | 1110100 | 110101 | 100101 |
Color Harmonies of #34912D
Complementary color
Monochromatic Colors of #34912D
Black with #34912D
Text Example
Text Example
White with #34912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34912D; }
p { color: rgb(52,145,45); }
H1.HeaderClassName
{
color: #34912D;
}
.AnyTagClassName
{
color: #34912D;
}
</style>
background-color css
<style>
a { background-color: #34912D; }
a { background-color: rgb(52,145,45); }
div.DivClassName
{
background-color: #34912D;
}
.BgClassName
{
background-color: #34912D;
}
</style>
border-color css
<style>
span { border-color: #34912D; }
span { border-color: rgb(52,145,45); }
td.TdClassName
{
border-color: #34912D;
}
.TagClassName
{
border-color: #34912D;
}
</style>