Shades of Forest Green #18931C
Tints of Forest Green #18931C
RGB
CMYK
RGB Variations
Color information
#18931C (or 0x18931C) is known color: Forest Green. HEX triplet: 18, 93 and 1C. RGB value is (24,147,28). Sum of RGB (Red+Green+Blue) = 24+147+28=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 147 (57.81% from 255 or 73.87% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 147 - color contains mainly: green. Hex color #18931C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18931C is #E76CE3. Grayscale: #616161. Windows color (decimal): -15166692 or 1872664. OLE color: 1872664.
HSL color Cylindrical-coordinate representation of color #18931C: hue angle of 121.95º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18931C is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 147 | 28 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.42 |
| HSL | 121.95º | 0.72% | 0.34% | - |
| HSV(B) | 121.95º | 0.84% | 0.58% | - |
| XYZ | 11.02 | 21.15 | 4.6 | - |
| YUV | 96.66 | 89.25 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 28 | 0.84 | 0 | 0.81 | 0.42 | 121.95 | 0.72 | 0.34 |
| Hex | 18 | 93 | 1C | 54 | 0 | 51 | 2A | 7A | 48 | 22 |
| Octal | 30 | 223 | 34 | 124 | 0 | 121 | 52 | 172 | 110 | 42 |
| Binary | 11000 | 10010011 | 11100 | 1010100 | 0 | 1010001 | 101010 | 1111010 | 1001000 | 100010 |
Color Harmonies of #18931C
Complementary color
Monochromatic Colors of #18931C
Black with #18931C
Text Example
Text Example
White with #18931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18931C; }
p { color: rgb(24,147,28); }
H1.HeaderClassName
{
color: #18931C;
}
.AnyTagClassName
{
color: #18931C;
}
</style>
background-color css
<style>
a { background-color: #18931C; }
a { background-color: rgb(24,147,28); }
div.DivClassName
{
background-color: #18931C;
}
.BgClassName
{
background-color: #18931C;
}
</style>
border-color css
<style>
span { border-color: #18931C; }
span { border-color: rgb(24,147,28); }
td.TdClassName
{
border-color: #18931C;
}
.TagClassName
{
border-color: #18931C;
}
</style>