Shades of Forest Green #18940D
Tints of Forest Green #18940D
RGB
CMYK
RGB Variations
Color information
#18940D (or 0x18940D) is known color: Forest Green. HEX triplet: 18, 94 and 0D. RGB value is (24,148,13). Sum of RGB (Red+Green+Blue) = 24+148+13=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #18940D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18940D is #E76BF2. Grayscale: #5F5F5F. Windows color (decimal): -15166451 or 889880. OLE color: 889880.
HSL color Cylindrical-coordinate representation of color #18940D: hue angle of 115.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18940D is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 13 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.42 |
| HSL | 115.11º | 0.84% | 0.32% | - |
| HSV(B) | 115.11º | 0.91% | 0.58% | - |
| XYZ | 11.04 | 21.4 | 3.93 | - |
| YUV | 95.53 | 81.42 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 13 | 0.84 | 0 | 0.91 | 0.42 | 115.11 | 0.84 | 0.32 |
| Hex | 18 | 94 | D | 54 | 0 | 5B | 2A | 73 | 54 | 20 |
| Octal | 30 | 224 | 15 | 124 | 0 | 133 | 52 | 163 | 124 | 40 |
| Binary | 11000 | 10010100 | 1101 | 1010100 | 0 | 1011011 | 101010 | 1110011 | 1010100 | 100000 |
Color Harmonies of #18940D
Complementary color
Monochromatic Colors of #18940D
Black with #18940D
Text Example
Text Example
White with #18940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18940D; }
p { color: rgb(24,148,13); }
H1.HeaderClassName
{
color: #18940D;
}
.AnyTagClassName
{
color: #18940D;
}
</style>
background-color css
<style>
a { background-color: #18940D; }
a { background-color: rgb(24,148,13); }
div.DivClassName
{
background-color: #18940D;
}
.BgClassName
{
background-color: #18940D;
}
</style>
border-color css
<style>
span { border-color: #18940D; }
span { border-color: rgb(24,148,13); }
td.TdClassName
{
border-color: #18940D;
}
.TagClassName
{
border-color: #18940D;
}
</style>