Shades of Forest Green #18942C
Tints of Forest Green #18942C
RGB
CMYK
RGB Variations
Color information
#18942C (or 0x18942C) is known color: Forest Green. HEX triplet: 18, 94 and 2C. RGB value is (24,148,44). Sum of RGB (Red+Green+Blue) = 24+148+44=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #18942C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18942C is #E76BD3. Grayscale: #636363. Windows color (decimal): -15166420 or 2921496. OLE color: 2921496.
HSL color Cylindrical-coordinate representation of color #18942C: hue angle of 129.68º 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 #18942C is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 44 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.42 |
| HSL | 129.68º | 0.72% | 0.34% | - |
| HSV(B) | 129.68º | 0.84% | 0.58% | - |
| XYZ | 11.42 | 21.56 | 5.94 | - |
| YUV | 99.07 | 96.92 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 44 | 0.84 | 0 | 0.70 | 0.42 | 129.68 | 0.72 | 0.34 |
| Hex | 18 | 94 | 2C | 54 | 0 | 46 | 2A | 82 | 48 | 22 |
| Octal | 30 | 224 | 54 | 124 | 0 | 106 | 52 | 202 | 110 | 42 |
| Binary | 11000 | 10010100 | 101100 | 1010100 | 0 | 1000110 | 101010 | 10000010 | 1001000 | 100010 |
Color Harmonies of #18942C
Complementary color
Monochromatic Colors of #18942C
Black with #18942C
Text Example
Text Example
White with #18942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18942C; }
p { color: rgb(24,148,44); }
H1.HeaderClassName
{
color: #18942C;
}
.AnyTagClassName
{
color: #18942C;
}
</style>
background-color css
<style>
a { background-color: #18942C; }
a { background-color: rgb(24,148,44); }
div.DivClassName
{
background-color: #18942C;
}
.BgClassName
{
background-color: #18942C;
}
</style>
border-color css
<style>
span { border-color: #18942C; }
span { border-color: rgb(24,148,44); }
td.TdClassName
{
border-color: #18942C;
}
.TagClassName
{
border-color: #18942C;
}
</style>