Shades of Forest Green #338E30
Tints of Forest Green #338E30
RGB
CMYK
RGB Variations
Color information
#338E30 (or 0x338E30) is known color: Forest Green. HEX triplet: 33, 8E and 30. RGB value is (51,142,48). Sum of RGB (Red+Green+Blue) = 51+142+48=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #338E30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338E30 is #CC71CF. Grayscale: #686868. Windows color (decimal): -13398480 or 3182131. OLE color: 3182131.
HSL color Cylindrical-coordinate representation of color #338E30: hue angle of 118.09º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338E30 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 142 | 48 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.44 |
| HSL | 118.09º | 0.49% | 0.37% | - |
| HSV(B) | 118.09º | 0.66% | 0.56% | - |
| XYZ | 11.57 | 20.26 | 6.1 | - |
| YUV | 104.08 | 96.35 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 48 | 0.64 | 0 | 0.66 | 0.44 | 118.09 | 0.49 | 0.37 |
| Hex | 33 | 8E | 30 | 40 | 0 | 42 | 2C | 76 | 31 | 25 |
| Octal | 63 | 216 | 60 | 100 | 0 | 102 | 54 | 166 | 61 | 45 |
| Binary | 110011 | 10001110 | 110000 | 1000000 | 0 | 1000010 | 101100 | 1110110 | 110001 | 100101 |
Color Harmonies of #338E30
Complementary color
Monochromatic Colors of #338E30
Black with #338E30
Text Example
Text Example
White with #338E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338E30; }
p { color: rgb(51,142,48); }
H1.HeaderClassName
{
color: #338E30;
}
.AnyTagClassName
{
color: #338E30;
}
</style>
background-color css
<style>
a { background-color: #338E30; }
a { background-color: rgb(51,142,48); }
div.DivClassName
{
background-color: #338E30;
}
.BgClassName
{
background-color: #338E30;
}
</style>
border-color css
<style>
span { border-color: #338E30; }
span { border-color: rgb(51,142,48); }
td.TdClassName
{
border-color: #338E30;
}
.TagClassName
{
border-color: #338E30;
}
</style>