Shades of Forest Green #338B2C
Tints of Forest Green #338B2C
RGB
CMYK
RGB Variations
Color information
#338B2C (or 0x338B2C) is known color: Forest Green. HEX triplet: 33, 8B and 2C. RGB value is (51,139,44). Sum of RGB (Red+Green+Blue) = 51+139+44=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #338B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338B2C is #CC74D3. Grayscale: #666666. Windows color (decimal): -13399252 or 2919219. OLE color: 2919219.
HSL color Cylindrical-coordinate representation of color #338B2C: hue angle of 115.58º degrees, saturation: 0.52, 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 #338B2C is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 44 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.45 |
| HSL | 115.58º | 0.52% | 0.36% | - |
| HSV(B) | 115.58º | 0.68% | 0.55% | - |
| XYZ | 11.05 | 19.35 | 5.54 | - |
| YUV | 101.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 44 | 0.63 | 0 | 0.68 | 0.45 | 115.58 | 0.52 | 0.36 |
| Hex | 33 | 8B | 2C | 3F | 0 | 44 | 2D | 74 | 34 | 24 |
| Octal | 63 | 213 | 54 | 77 | 0 | 104 | 55 | 164 | 64 | 44 |
| Binary | 110011 | 10001011 | 101100 | 111111 | 0 | 1000100 | 101101 | 1110100 | 110100 | 100100 |
Color Harmonies of #338B2C
Complementary color
Monochromatic Colors of #338B2C
Black with #338B2C
Text Example
Text Example
White with #338B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B2C; }
p { color: rgb(51,139,44); }
H1.HeaderClassName
{
color: #338B2C;
}
.AnyTagClassName
{
color: #338B2C;
}
</style>
background-color css
<style>
a { background-color: #338B2C; }
a { background-color: rgb(51,139,44); }
div.DivClassName
{
background-color: #338B2C;
}
.BgClassName
{
background-color: #338B2C;
}
</style>
border-color css
<style>
span { border-color: #338B2C; }
span { border-color: rgb(51,139,44); }
td.TdClassName
{
border-color: #338B2C;
}
.TagClassName
{
border-color: #338B2C;
}
</style>