Shades of Forest Green #34A32C
Tints of Forest Green #34A32C
RGB
CMYK
RGB Variations
Color information
#34A32C (or 0x34A32C) is known color: Forest Green. HEX triplet: 34, A3 and 2C. RGB value is (52,163,44). Sum of RGB (Red+Green+Blue) = 52+163+44=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 163 (64.06% from 255 or 62.93% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 163 - color contains mainly: green. Hex color #34A32C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A32C is #CB5CD3. Grayscale: #747474. Windows color (decimal): -13327572 or 2925364. OLE color: 2925364.
HSL color Cylindrical-coordinate representation of color #34A32C: hue angle of 115.97º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34A32C is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 163 | 44 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.36 |
| HSL | 115.97º | 0.57% | 0.41% | - |
| HSV(B) | 115.97º | 0.73% | 0.64% | - |
| XYZ | 14.97 | 27.11 | 6.83 | - |
| YUV | 116.25 | 87.23 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 163 | 44 | 0.68 | 0 | 0.73 | 0.36 | 115.97 | 0.57 | 0.41 |
| Hex | 34 | A3 | 2C | 44 | 0 | 49 | 24 | 74 | 39 | 29 |
| Octal | 64 | 243 | 54 | 104 | 0 | 111 | 44 | 164 | 71 | 51 |
| Binary | 110100 | 10100011 | 101100 | 1000100 | 0 | 1001001 | 100100 | 1110100 | 111001 | 101001 |
Color Harmonies of #34A32C
Complementary color
Monochromatic Colors of #34A32C
Black with #34A32C
Text Example
Text Example
White with #34A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A32C; }
p { color: rgb(52,163,44); }
H1.HeaderClassName
{
color: #34A32C;
}
.AnyTagClassName
{
color: #34A32C;
}
</style>
background-color css
<style>
a { background-color: #34A32C; }
a { background-color: rgb(52,163,44); }
div.DivClassName
{
background-color: #34A32C;
}
.BgClassName
{
background-color: #34A32C;
}
</style>
border-color css
<style>
span { border-color: #34A32C; }
span { border-color: rgb(52,163,44); }
td.TdClassName
{
border-color: #34A32C;
}
.TagClassName
{
border-color: #34A32C;
}
</style>