Shades of Forest Green #34A72B
Tints of Forest Green #34A72B
RGB
CMYK
RGB Variations
Color information
#34A72B (or 0x34A72B) is known color: Forest Green. HEX triplet: 34, A7 and 2B. RGB value is (52,167,43). Sum of RGB (Red+Green+Blue) = 52+167+43=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 167 (65.62% from 255 or 63.74% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 167 - color contains mainly: green. Hex color #34A72B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A72B is #CB58D4. Grayscale: #767676. Windows color (decimal): -13326549 or 2860852. OLE color: 2860852.
HSL color Cylindrical-coordinate representation of color #34A72B: hue angle of 115.65º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34A72B is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 167 | 43 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.35 |
| HSL | 115.65º | 0.59% | 0.41% | - |
| HSV(B) | 115.65º | 0.74% | 0.65% | - |
| XYZ | 15.67 | 28.54 | 6.97 | - |
| YUV | 118.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 167 | 43 | 0.69 | 0 | 0.74 | 0.35 | 115.65 | 0.59 | 0.41 |
| Hex | 34 | A7 | 2B | 45 | 0 | 4A | 23 | 74 | 3B | 29 |
| Octal | 64 | 247 | 53 | 105 | 0 | 112 | 43 | 164 | 73 | 51 |
| Binary | 110100 | 10100111 | 101011 | 1000101 | 0 | 1001010 | 100011 | 1110100 | 111011 | 101001 |
Color Harmonies of #34A72B
Complementary color
Monochromatic Colors of #34A72B
Black with #34A72B
Text Example
Text Example
White with #34A72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A72B; }
p { color: rgb(52,167,43); }
H1.HeaderClassName
{
color: #34A72B;
}
.AnyTagClassName
{
color: #34A72B;
}
</style>
background-color css
<style>
a { background-color: #34A72B; }
a { background-color: rgb(52,167,43); }
div.DivClassName
{
background-color: #34A72B;
}
.BgClassName
{
background-color: #34A72B;
}
</style>
border-color css
<style>
span { border-color: #34A72B; }
span { border-color: rgb(52,167,43); }
td.TdClassName
{
border-color: #34A72B;
}
.TagClassName
{
border-color: #34A72B;
}
</style>