Shades of Forest Green #33983A
Tints of Forest Green #33983A
RGB
CMYK
RGB Variations
Color information
#33983A (or 0x33983A) is known color: Forest Green. HEX triplet: 33, 98 and 3A. RGB value is (51,152,58). Sum of RGB (Red+Green+Blue) = 51+152+58=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #33983A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33983A is #CC67C5. Grayscale: #6F6F6F. Windows color (decimal): -13395910 or 3840051. OLE color: 3840051.
HSL color Cylindrical-coordinate representation of color #33983A: hue angle of 124.16º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33983A is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 58 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.40 |
| HSL | 124.16º | 0.5% | 0.4% | - |
| HSV(B) | 124.16º | 0.66% | 0.6% | - |
| XYZ | 13.36 | 23.47 | 7.83 | - |
| YUV | 111.09 | 98.04 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 58 | 0.66 | 0 | 0.62 | 0.40 | 124.16 | 0.5 | 0.4 |
| Hex | 33 | 98 | 3A | 42 | 0 | 3E | 28 | 7C | 32 | 28 |
| Octal | 63 | 230 | 72 | 102 | 0 | 76 | 50 | 174 | 62 | 50 |
| Binary | 110011 | 10011000 | 111010 | 1000010 | 0 | 111110 | 101000 | 1111100 | 110010 | 101000 |
Color Harmonies of #33983A
Complementary color
Monochromatic Colors of #33983A
Black with #33983A
Text Example
Text Example
White with #33983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33983A; }
p { color: rgb(51,152,58); }
H1.HeaderClassName
{
color: #33983A;
}
.AnyTagClassName
{
color: #33983A;
}
</style>
background-color css
<style>
a { background-color: #33983A; }
a { background-color: rgb(51,152,58); }
div.DivClassName
{
background-color: #33983A;
}
.BgClassName
{
background-color: #33983A;
}
</style>
border-color css
<style>
span { border-color: #33983A; }
span { border-color: rgb(51,152,58); }
td.TdClassName
{
border-color: #33983A;
}
.TagClassName
{
border-color: #33983A;
}
</style>