Shades of Forest Green #33942B
Tints of Forest Green #33942B
RGB
CMYK
RGB Variations
Color information
#33942B (or 0x33942B) is known color: Forest Green. HEX triplet: 33, 94 and 2B. RGB value is (51,148,43). Sum of RGB (Red+Green+Blue) = 51+148+43=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #33942B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33942B is #CC6BD4. Grayscale: #6B6B6B. Windows color (decimal): -13396949 or 2855987. OLE color: 2855987.
HSL color Cylindrical-coordinate representation of color #33942B: hue angle of 115.43º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33942B is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 148 | 43 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.42 |
| HSL | 115.43º | 0.55% | 0.37% | - |
| HSV(B) | 115.43º | 0.71% | 0.58% | - |
| XYZ | 12.39 | 22.06 | 5.89 | - |
| YUV | 107.03 | 91.86 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 43 | 0.66 | 0 | 0.71 | 0.42 | 115.43 | 0.55 | 0.37 |
| Hex | 33 | 94 | 2B | 42 | 0 | 47 | 2A | 73 | 37 | 25 |
| Octal | 63 | 224 | 53 | 102 | 0 | 107 | 52 | 163 | 67 | 45 |
| Binary | 110011 | 10010100 | 101011 | 1000010 | 0 | 1000111 | 101010 | 1110011 | 110111 | 100101 |
Color Harmonies of #33942B
Complementary color
Monochromatic Colors of #33942B
Black with #33942B
Text Example
Text Example
White with #33942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33942B; }
p { color: rgb(51,148,43); }
H1.HeaderClassName
{
color: #33942B;
}
.AnyTagClassName
{
color: #33942B;
}
</style>
background-color css
<style>
a { background-color: #33942B; }
a { background-color: rgb(51,148,43); }
div.DivClassName
{
background-color: #33942B;
}
.BgClassName
{
background-color: #33942B;
}
</style>
border-color css
<style>
span { border-color: #33942B; }
span { border-color: rgb(51,148,43); }
td.TdClassName
{
border-color: #33942B;
}
.TagClassName
{
border-color: #33942B;
}
</style>