Shades of Forest Green #34A62D
Tints of Forest Green #34A62D
RGB
CMYK
RGB Variations
Color information
#34A62D (or 0x34A62D) is known color: Forest Green. HEX triplet: 34, A6 and 2D. RGB value is (52,166,45). Sum of RGB (Red+Green+Blue) = 52+166+45=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 166 (65.23% from 255 or 63.12% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 166 - color contains mainly: green. Hex color #34A62D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A62D is #CB59D2. Grayscale: #767676. Windows color (decimal): -13326803 or 2991668. OLE color: 2991668.
HSL color Cylindrical-coordinate representation of color #34A62D: hue angle of 116.53º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34A62D is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 166 | 45 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.35 |
| HSL | 116.53º | 0.57% | 0.41% | - |
| HSV(B) | 116.53º | 0.73% | 0.65% | - |
| XYZ | 15.53 | 28.19 | 7.11 | - |
| YUV | 118.12 | 86.73 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 166 | 45 | 0.69 | 0 | 0.73 | 0.35 | 116.53 | 0.57 | 0.41 |
| Hex | 34 | A6 | 2D | 45 | 0 | 49 | 23 | 75 | 39 | 29 |
| Octal | 64 | 246 | 55 | 105 | 0 | 111 | 43 | 165 | 71 | 51 |
| Binary | 110100 | 10100110 | 101101 | 1000101 | 0 | 1001001 | 100011 | 1110101 | 111001 | 101001 |
Color Harmonies of #34A62D
Complementary color
Monochromatic Colors of #34A62D
Black with #34A62D
Text Example
Text Example
White with #34A62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A62D; }
p { color: rgb(52,166,45); }
H1.HeaderClassName
{
color: #34A62D;
}
.AnyTagClassName
{
color: #34A62D;
}
</style>
background-color css
<style>
a { background-color: #34A62D; }
a { background-color: rgb(52,166,45); }
div.DivClassName
{
background-color: #34A62D;
}
.BgClassName
{
background-color: #34A62D;
}
</style>
border-color css
<style>
span { border-color: #34A62D; }
span { border-color: rgb(52,166,45); }
td.TdClassName
{
border-color: #34A62D;
}
.TagClassName
{
border-color: #34A62D;
}
</style>