Shades of Forest Green #33942C
Tints of Forest Green #33942C
RGB
CMYK
RGB Variations
Color information
#33942C (or 0x33942C) is known color: Forest Green. HEX triplet: 33, 94 and 2C. RGB value is (51,148,44). Sum of RGB (Red+Green+Blue) = 51+148+44=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #33942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33942C is #CC6BD3. Grayscale: #6B6B6B. Windows color (decimal): -13396948 or 2921523. OLE color: 2921523.
HSL color Cylindrical-coordinate representation of color #33942C: hue angle of 115.96º degrees, saturation: 0.54, 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 #33942C is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 148 | 44 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.42 |
| HSL | 115.96º | 0.54% | 0.38% | - |
| HSV(B) | 115.96º | 0.7% | 0.58% | - |
| XYZ | 12.41 | 22.07 | 5.99 | - |
| YUV | 107.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 44 | 0.66 | 0 | 0.70 | 0.42 | 115.96 | 0.54 | 0.38 |
| Hex | 33 | 94 | 2C | 42 | 0 | 46 | 2A | 74 | 36 | 26 |
| Octal | 63 | 224 | 54 | 102 | 0 | 106 | 52 | 164 | 66 | 46 |
| Binary | 110011 | 10010100 | 101100 | 1000010 | 0 | 1000110 | 101010 | 1110100 | 110110 | 100110 |
Color Harmonies of #33942C
Complementary color
Monochromatic Colors of #33942C
Black with #33942C
Text Example
Text Example
White with #33942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33942C; }
p { color: rgb(51,148,44); }
H1.HeaderClassName
{
color: #33942C;
}
.AnyTagClassName
{
color: #33942C;
}
</style>
background-color css
<style>
a { background-color: #33942C; }
a { background-color: rgb(51,148,44); }
div.DivClassName
{
background-color: #33942C;
}
.BgClassName
{
background-color: #33942C;
}
</style>
border-color css
<style>
span { border-color: #33942C; }
span { border-color: rgb(51,148,44); }
td.TdClassName
{
border-color: #33942C;
}
.TagClassName
{
border-color: #33942C;
}
</style>