Shades of Forest Green #33942D
Tints of Forest Green #33942D
RGB
CMYK
RGB Variations
Color information
#33942D (or 0x33942D) is known color: Forest Green. HEX triplet: 33, 94 and 2D. RGB value is (51,148,45). Sum of RGB (Red+Green+Blue) = 51+148+45=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #33942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33942D is #CC6BD2. Grayscale: #6B6B6B. Windows color (decimal): -13396947 or 2987059. OLE color: 2987059.
HSL color Cylindrical-coordinate representation of color #33942D: hue angle of 116.5º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33942D is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 148 | 45 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.42 |
| HSL | 116.5º | 0.53% | 0.38% | - |
| HSV(B) | 116.5º | 0.7% | 0.58% | - |
| XYZ | 12.43 | 22.07 | 6.09 | - |
| YUV | 107.26 | 92.86 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 45 | 0.66 | 0 | 0.70 | 0.42 | 116.5 | 0.53 | 0.38 |
| Hex | 33 | 94 | 2D | 42 | 0 | 46 | 2A | 75 | 35 | 26 |
| Octal | 63 | 224 | 55 | 102 | 0 | 106 | 52 | 165 | 65 | 46 |
| Binary | 110011 | 10010100 | 101101 | 1000010 | 0 | 1000110 | 101010 | 1110101 | 110101 | 100110 |
Color Harmonies of #33942D
Complementary color
Monochromatic Colors of #33942D
Black with #33942D
Text Example
Text Example
White with #33942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33942D; }
p { color: rgb(51,148,45); }
H1.HeaderClassName
{
color: #33942D;
}
.AnyTagClassName
{
color: #33942D;
}
</style>
background-color css
<style>
a { background-color: #33942D; }
a { background-color: rgb(51,148,45); }
div.DivClassName
{
background-color: #33942D;
}
.BgClassName
{
background-color: #33942D;
}
</style>
border-color css
<style>
span { border-color: #33942D; }
span { border-color: rgb(51,148,45); }
td.TdClassName
{
border-color: #33942D;
}
.TagClassName
{
border-color: #33942D;
}
</style>