Shades of Forest Green #338D2B
Tints of Forest Green #338D2B
RGB
CMYK
RGB Variations
Color information
#338D2B (or 0x338D2B) is known color: Forest Green. HEX triplet: 33, 8D and 2B. RGB value is (51,141,43). Sum of RGB (Red+Green+Blue) = 51+141+43=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 141 (55.47% from 255 or 60% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 141 - color contains mainly: green. Hex color #338D2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338D2B is #CC72D4. Grayscale: #676767. Windows color (decimal): -13398741 or 2854195. OLE color: 2854195.
HSL color Cylindrical-coordinate representation of color #338D2B: hue angle of 115.1º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #338D2B is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 141 | 43 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.45 |
| HSL | 115.1º | 0.53% | 0.36% | - |
| HSV(B) | 115.1º | 0.7% | 0.55% | - |
| XYZ | 11.33 | 19.93 | 5.54 | - |
| YUV | 102.92 | 94.18 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 43 | 0.64 | 0 | 0.70 | 0.45 | 115.1 | 0.53 | 0.36 |
| Hex | 33 | 8D | 2B | 40 | 0 | 46 | 2D | 73 | 35 | 24 |
| Octal | 63 | 215 | 53 | 100 | 0 | 106 | 55 | 163 | 65 | 44 |
| Binary | 110011 | 10001101 | 101011 | 1000000 | 0 | 1000110 | 101101 | 1110011 | 110101 | 100100 |
Color Harmonies of #338D2B
Complementary color
Monochromatic Colors of #338D2B
Black with #338D2B
Text Example
Text Example
White with #338D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338D2B; }
p { color: rgb(51,141,43); }
H1.HeaderClassName
{
color: #338D2B;
}
.AnyTagClassName
{
color: #338D2B;
}
</style>
background-color css
<style>
a { background-color: #338D2B; }
a { background-color: rgb(51,141,43); }
div.DivClassName
{
background-color: #338D2B;
}
.BgClassName
{
background-color: #338D2B;
}
</style>
border-color css
<style>
span { border-color: #338D2B; }
span { border-color: rgb(51,141,43); }
td.TdClassName
{
border-color: #338D2B;
}
.TagClassName
{
border-color: #338D2B;
}
</style>