Shades of Forest Green #18941D
Tints of Forest Green #18941D
RGB
CMYK
RGB Variations
Color information
#18941D (or 0x18941D) is known color: Forest Green. HEX triplet: 18, 94 and 1D. RGB value is (24,148,29). Sum of RGB (Red+Green+Blue) = 24+148+29=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #18941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18941D is #E76BE2. Grayscale: #616161. Windows color (decimal): -15166435 or 1938456. OLE color: 1938456.
HSL color Cylindrical-coordinate representation of color #18941D: hue angle of 122.42º 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 #18941D is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 29 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.42 |
| HSL | 122.42º | 0.72% | 0.34% | - |
| HSV(B) | 122.42º | 0.84% | 0.58% | - |
| XYZ | 11.19 | 21.46 | 4.72 | - |
| YUV | 97.36 | 89.42 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 29 | 0.84 | 0 | 0.80 | 0.42 | 122.42 | 0.72 | 0.34 |
| Hex | 18 | 94 | 1D | 54 | 0 | 50 | 2A | 7A | 48 | 22 |
| Octal | 30 | 224 | 35 | 124 | 0 | 120 | 52 | 172 | 110 | 42 |
| Binary | 11000 | 10010100 | 11101 | 1010100 | 0 | 1010000 | 101010 | 1111010 | 1001000 | 100010 |
Color Harmonies of #18941D
Complementary color
Monochromatic Colors of #18941D
Black with #18941D
Text Example
Text Example
White with #18941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18941D; }
p { color: rgb(24,148,29); }
H1.HeaderClassName
{
color: #18941D;
}
.AnyTagClassName
{
color: #18941D;
}
</style>
background-color css
<style>
a { background-color: #18941D; }
a { background-color: rgb(24,148,29); }
div.DivClassName
{
background-color: #18941D;
}
.BgClassName
{
background-color: #18941D;
}
</style>
border-color css
<style>
span { border-color: #18941D; }
span { border-color: rgb(24,148,29); }
td.TdClassName
{
border-color: #18941D;
}
.TagClassName
{
border-color: #18941D;
}
</style>