Shades of Forest Green #34982B
Tints of Forest Green #34982B
RGB
CMYK
RGB Variations
Color information
#34982B (or 0x34982B) is known color: Forest Green. HEX triplet: 34, 98 and 2B. RGB value is (52,152,43). Sum of RGB (Red+Green+Blue) = 52+152+43=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #34982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34982B is #CB67D4. Grayscale: #6E6E6E. Windows color (decimal): -13330389 or 2857012. OLE color: 2857012.
HSL color Cylindrical-coordinate representation of color #34982B: hue angle of 115.05º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34982B is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 43 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.40 |
| HSL | 115.05º | 0.56% | 0.38% | - |
| HSV(B) | 115.05º | 0.72% | 0.6% | - |
| XYZ | 13.08 | 23.36 | 6.11 | - |
| YUV | 109.67 | 90.37 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 43 | 0.66 | 0 | 0.72 | 0.40 | 115.05 | 0.56 | 0.38 |
| Hex | 34 | 98 | 2B | 42 | 0 | 48 | 28 | 73 | 38 | 26 |
| Octal | 64 | 230 | 53 | 102 | 0 | 110 | 50 | 163 | 70 | 46 |
| Binary | 110100 | 10011000 | 101011 | 1000010 | 0 | 1001000 | 101000 | 1110011 | 111000 | 100110 |
Color Harmonies of #34982B
Complementary color
Monochromatic Colors of #34982B
Black with #34982B
Text Example
Text Example
White with #34982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34982B; }
p { color: rgb(52,152,43); }
H1.HeaderClassName
{
color: #34982B;
}
.AnyTagClassName
{
color: #34982B;
}
</style>
background-color css
<style>
a { background-color: #34982B; }
a { background-color: rgb(52,152,43); }
div.DivClassName
{
background-color: #34982B;
}
.BgClassName
{
background-color: #34982B;
}
</style>
border-color css
<style>
span { border-color: #34982B; }
span { border-color: rgb(52,152,43); }
td.TdClassName
{
border-color: #34982B;
}
.TagClassName
{
border-color: #34982B;
}
</style>