Shades of Forest Green #18981C
Tints of Forest Green #18981C
RGB
CMYK
RGB Variations
Color information
#18981C (or 0x18981C) is known color: Forest Green. HEX triplet: 18, 98 and 1C. RGB value is (24,152,28). Sum of RGB (Red+Green+Blue) = 24+152+28=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 152 (59.77% from 255 or 74.51% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 152 - color contains mainly: green. Hex color #18981C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18981C is #E767E3. Grayscale: #636363. Windows color (decimal): -15165412 or 1873944. OLE color: 1873944.
HSL color Cylindrical-coordinate representation of color #18981C: hue angle of 121.88º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18981C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 152 | 28 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.40 |
| HSL | 121.88º | 0.73% | 0.35% | - |
| HSV(B) | 121.88º | 0.84% | 0.6% | - |
| XYZ | 11.81 | 22.73 | 4.86 | - |
| YUV | 99.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 28 | 0.84 | 0 | 0.82 | 0.40 | 121.88 | 0.73 | 0.35 |
| Hex | 18 | 98 | 1C | 54 | 0 | 52 | 28 | 7A | 49 | 23 |
| Octal | 30 | 230 | 34 | 124 | 0 | 122 | 50 | 172 | 111 | 43 |
| Binary | 11000 | 10011000 | 11100 | 1010100 | 0 | 1010010 | 101000 | 1111010 | 1001001 | 100011 |
Color Harmonies of #18981C
Complementary color
Monochromatic Colors of #18981C
Black with #18981C
Text Example
Text Example
White with #18981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18981C; }
p { color: rgb(24,152,28); }
H1.HeaderClassName
{
color: #18981C;
}
.AnyTagClassName
{
color: #18981C;
}
</style>
background-color css
<style>
a { background-color: #18981C; }
a { background-color: rgb(24,152,28); }
div.DivClassName
{
background-color: #18981C;
}
.BgClassName
{
background-color: #18981C;
}
</style>
border-color css
<style>
span { border-color: #18981C; }
span { border-color: rgb(24,152,28); }
td.TdClassName
{
border-color: #18981C;
}
.TagClassName
{
border-color: #18981C;
}
</style>