Shades of Forest Green #308E16
Tints of Forest Green #308E16
RGB
CMYK
RGB Variations
Color information
#308E16 (or 0x308E16) is known color: Forest Green. HEX triplet: 30, 8E and 16. RGB value is (48,142,22). Sum of RGB (Red+Green+Blue) = 48+142+22=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 142 (55.86% from 255 or 66.98% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 142 - color contains mainly: green. Hex color #308E16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308E16 is #CF71E9. Grayscale: #646464. Windows color (decimal): -13595114 or 1478192. OLE color: 1478192.
HSL color Cylindrical-coordinate representation of color #308E16: hue angle of 107º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #308E16 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 22 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.44 |
| HSL | 107º | 0.73% | 0.32% | - |
| HSV(B) | 107º | 0.85% | 0.56% | - |
| XYZ | 11.04 | 20.03 | 4.04 | - |
| YUV | 100.21 | 83.86 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 22 | 0.66 | 0 | 0.85 | 0.44 | 107 | 0.73 | 0.32 |
| Hex | 30 | 8E | 16 | 42 | 0 | 55 | 2C | 6B | 49 | 20 |
| Octal | 60 | 216 | 26 | 102 | 0 | 125 | 54 | 153 | 111 | 40 |
| Binary | 110000 | 10001110 | 10110 | 1000010 | 0 | 1010101 | 101100 | 1101011 | 1001001 | 100000 |
Color Harmonies of #308E16
Complementary color
Monochromatic Colors of #308E16
Black with #308E16
Text Example
Text Example
White with #308E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E16; }
p { color: rgb(48,142,22); }
H1.HeaderClassName
{
color: #308E16;
}
.AnyTagClassName
{
color: #308E16;
}
</style>
background-color css
<style>
a { background-color: #308E16; }
a { background-color: rgb(48,142,22); }
div.DivClassName
{
background-color: #308E16;
}
.BgClassName
{
background-color: #308E16;
}
</style>
border-color css
<style>
span { border-color: #308E16; }
span { border-color: rgb(48,142,22); }
td.TdClassName
{
border-color: #308E16;
}
.TagClassName
{
border-color: #308E16;
}
</style>