Shades of Forest Green #33982B
Tints of Forest Green #33982B
RGB
CMYK
RGB Variations
Color information
#33982B (or 0x33982B) is known color: Forest Green. HEX triplet: 33, 98 and 2B. RGB value is (51,152,43). Sum of RGB (Red+Green+Blue) = 51+152+43=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 152 (59.77% from 255 or 61.79% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 152 - color contains mainly: green. Hex color #33982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33982B is #CC67D4. Grayscale: #6D6D6D. Windows color (decimal): -13395925 or 2857011. OLE color: 2857011.
HSL color Cylindrical-coordinate representation of color #33982B: hue angle of 115.6º 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 #33982B is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 43 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.40 |
| HSL | 115.6º | 0.56% | 0.38% | - |
| HSV(B) | 115.6º | 0.72% | 0.6% | - |
| XYZ | 13.03 | 23.33 | 6.1 | - |
| YUV | 109.38 | 90.54 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 43 | 0.66 | 0 | 0.72 | 0.40 | 115.6 | 0.56 | 0.38 |
| Hex | 33 | 98 | 2B | 42 | 0 | 48 | 28 | 74 | 38 | 26 |
| Octal | 63 | 230 | 53 | 102 | 0 | 110 | 50 | 164 | 70 | 46 |
| Binary | 110011 | 10011000 | 101011 | 1000010 | 0 | 1001000 | 101000 | 1110100 | 111000 | 100110 |
Color Harmonies of #33982B
Complementary color
Monochromatic Colors of #33982B
Black with #33982B
Text Example
Text Example
White with #33982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33982B; }
p { color: rgb(51,152,43); }
H1.HeaderClassName
{
color: #33982B;
}
.AnyTagClassName
{
color: #33982B;
}
</style>
background-color css
<style>
a { background-color: #33982B; }
a { background-color: rgb(51,152,43); }
div.DivClassName
{
background-color: #33982B;
}
.BgClassName
{
background-color: #33982B;
}
</style>
border-color css
<style>
span { border-color: #33982B; }
span { border-color: rgb(51,152,43); }
td.TdClassName
{
border-color: #33982B;
}
.TagClassName
{
border-color: #33982B;
}
</style>