Shades of Forest Green #338A2C
Tints of Forest Green #338A2C
RGB
CMYK
RGB Variations
Color information
#338A2C (or 0x338A2C) is known color: Forest Green. HEX triplet: 33, 8A and 2C. RGB value is (51,138,44). Sum of RGB (Red+Green+Blue) = 51+138+44=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #338A2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338A2C is #CC75D3. Grayscale: #656565. Windows color (decimal): -13399508 or 2918963. OLE color: 2918963.
HSL color Cylindrical-coordinate representation of color #338A2C: hue angle of 115.53º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #338A2C is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 44 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.46 |
| HSL | 115.53º | 0.52% | 0.36% | - |
| HSV(B) | 115.53º | 0.68% | 0.54% | - |
| XYZ | 10.91 | 19.06 | 5.49 | - |
| YUV | 101.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 44 | 0.63 | 0 | 0.68 | 0.46 | 115.53 | 0.52 | 0.36 |
| Hex | 33 | 8A | 2C | 3F | 0 | 44 | 2E | 74 | 34 | 24 |
| Octal | 63 | 212 | 54 | 77 | 0 | 104 | 56 | 164 | 64 | 44 |
| Binary | 110011 | 10001010 | 101100 | 111111 | 0 | 1000100 | 101110 | 1110100 | 110100 | 100100 |
Color Harmonies of #338A2C
Complementary color
Monochromatic Colors of #338A2C
Black with #338A2C
Text Example
Text Example
White with #338A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A2C; }
p { color: rgb(51,138,44); }
H1.HeaderClassName
{
color: #338A2C;
}
.AnyTagClassName
{
color: #338A2C;
}
</style>
background-color css
<style>
a { background-color: #338A2C; }
a { background-color: rgb(51,138,44); }
div.DivClassName
{
background-color: #338A2C;
}
.BgClassName
{
background-color: #338A2C;
}
</style>
border-color css
<style>
span { border-color: #338A2C; }
span { border-color: rgb(51,138,44); }
td.TdClassName
{
border-color: #338A2C;
}
.TagClassName
{
border-color: #338A2C;
}
</style>