Shades of Forest Green #34A728
Tints of Forest Green #34A728
RGB
CMYK
RGB Variations
Color information
#34A728 (or 0x34A728) is known color: Forest Green. HEX triplet: 34, A7 and 28. RGB value is (52,167,40). Sum of RGB (Red+Green+Blue) = 52+167+40=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 167 (65.62% from 255 or 64.48% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 167 - color contains mainly: green. Hex color #34A728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A728 is #CB58D7. Grayscale: #767676. Windows color (decimal): -13326552 or 2664244. OLE color: 2664244.
HSL color Cylindrical-coordinate representation of color #34A728: hue angle of 114.33º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34A728 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 167 | 40 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.35 |
| HSL | 114.33º | 0.61% | 0.41% | - |
| HSV(B) | 114.33º | 0.76% | 0.65% | - |
| XYZ | 15.62 | 28.52 | 6.69 | - |
| YUV | 118.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 167 | 40 | 0.69 | 0 | 0.76 | 0.35 | 114.33 | 0.61 | 0.41 |
| Hex | 34 | A7 | 28 | 45 | 0 | 4C | 23 | 72 | 3D | 29 |
| Octal | 64 | 247 | 50 | 105 | 0 | 114 | 43 | 162 | 75 | 51 |
| Binary | 110100 | 10100111 | 101000 | 1000101 | 0 | 1001100 | 100011 | 1110010 | 111101 | 101001 |
Color Harmonies of #34A728
Complementary color
Monochromatic Colors of #34A728
Black with #34A728
Text Example
Text Example
White with #34A728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A728; }
p { color: rgb(52,167,40); }
H1.HeaderClassName
{
color: #34A728;
}
.AnyTagClassName
{
color: #34A728;
}
</style>
background-color css
<style>
a { background-color: #34A728; }
a { background-color: rgb(52,167,40); }
div.DivClassName
{
background-color: #34A728;
}
.BgClassName
{
background-color: #34A728;
}
</style>
border-color css
<style>
span { border-color: #34A728; }
span { border-color: rgb(52,167,40); }
td.TdClassName
{
border-color: #34A728;
}
.TagClassName
{
border-color: #34A728;
}
</style>