Shades of Forest Green #18950D
Tints of Forest Green #18950D
RGB
CMYK
RGB Variations
Color information
#18950D (or 0x18950D) is known color: Forest Green. HEX triplet: 18, 95 and 0D. RGB value is (24,149,13). Sum of RGB (Red+Green+Blue) = 24+149+13=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 149 (58.59% from 255 or 80.11% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 149 - color contains mainly: green. Hex color #18950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18950D is #E76AF2. Grayscale: #606060. Windows color (decimal): -15166195 or 890136. OLE color: 890136.
HSL color Cylindrical-coordinate representation of color #18950D: hue angle of 115.15º 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 #18950D is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 13 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.42 |
| HSL | 115.15º | 0.84% | 0.32% | - |
| HSV(B) | 115.15º | 0.91% | 0.58% | - |
| XYZ | 11.2 | 21.72 | 3.98 | - |
| YUV | 96.12 | 81.09 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 13 | 0.84 | 0 | 0.91 | 0.42 | 115.15 | 0.84 | 0.32 |
| Hex | 18 | 95 | D | 54 | 0 | 5B | 2A | 73 | 54 | 20 |
| Octal | 30 | 225 | 15 | 124 | 0 | 133 | 52 | 163 | 124 | 40 |
| Binary | 11000 | 10010101 | 1101 | 1010100 | 0 | 1011011 | 101010 | 1110011 | 1010100 | 100000 |
Color Harmonies of #18950D
Complementary color
Monochromatic Colors of #18950D
Black with #18950D
Text Example
Text Example
White with #18950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18950D; }
p { color: rgb(24,149,13); }
H1.HeaderClassName
{
color: #18950D;
}
.AnyTagClassName
{
color: #18950D;
}
</style>
background-color css
<style>
a { background-color: #18950D; }
a { background-color: rgb(24,149,13); }
div.DivClassName
{
background-color: #18950D;
}
.BgClassName
{
background-color: #18950D;
}
</style>
border-color css
<style>
span { border-color: #18950D; }
span { border-color: rgb(24,149,13); }
td.TdClassName
{
border-color: #18950D;
}
.TagClassName
{
border-color: #18950D;
}
</style>