Shades of Forest Green #338B2D
Tints of Forest Green #338B2D
RGB
CMYK
RGB Variations
Color information
#338B2D (or 0x338B2D) is known color: Forest Green. HEX triplet: 33, 8B and 2D. RGB value is (51,139,45). Sum of RGB (Red+Green+Blue) = 51+139+45=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #338B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338B2D is #CC74D2. Grayscale: #666666. Windows color (decimal): -13399251 or 2984755. OLE color: 2984755.
HSL color Cylindrical-coordinate representation of color #338B2D: hue angle of 116.17º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #338B2D is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 45 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.45 |
| HSL | 116.17º | 0.51% | 0.36% | - |
| HSV(B) | 116.17º | 0.68% | 0.55% | - |
| XYZ | 11.07 | 19.36 | 5.64 | - |
| YUV | 101.97 | 95.85 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 45 | 0.63 | 0 | 0.68 | 0.45 | 116.17 | 0.51 | 0.36 |
| Hex | 33 | 8B | 2D | 3F | 0 | 44 | 2D | 74 | 33 | 24 |
| Octal | 63 | 213 | 55 | 77 | 0 | 104 | 55 | 164 | 63 | 44 |
| Binary | 110011 | 10001011 | 101101 | 111111 | 0 | 1000100 | 101101 | 1110100 | 110011 | 100100 |
Color Harmonies of #338B2D
Complementary color
Monochromatic Colors of #338B2D
Black with #338B2D
Text Example
Text Example
White with #338B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B2D; }
p { color: rgb(51,139,45); }
H1.HeaderClassName
{
color: #338B2D;
}
.AnyTagClassName
{
color: #338B2D;
}
</style>
background-color css
<style>
a { background-color: #338B2D; }
a { background-color: rgb(51,139,45); }
div.DivClassName
{
background-color: #338B2D;
}
.BgClassName
{
background-color: #338B2D;
}
</style>
border-color css
<style>
span { border-color: #338B2D; }
span { border-color: rgb(51,139,45); }
td.TdClassName
{
border-color: #338B2D;
}
.TagClassName
{
border-color: #338B2D;
}
</style>