Shades of Forest Green #18982C
Tints of Forest Green #18982C
RGB
CMYK
RGB Variations
Color information
#18982C (or 0x18982C) is known color: Forest Green. HEX triplet: 18, 98 and 2C. RGB value is (24,152,44). Sum of RGB (Red+Green+Blue) = 24+152+44=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 152 (59.77% from 255 or 69.09% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 152 - color contains mainly: green. Hex color #18982C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18982C is #E767D3. Grayscale: #656565. Windows color (decimal): -15165396 or 2922520. OLE color: 2922520.
HSL color Cylindrical-coordinate representation of color #18982C: hue angle of 129.38º 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 #18982C is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 152 | 44 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.40 |
| HSL | 129.38º | 0.73% | 0.35% | - |
| HSV(B) | 129.38º | 0.84% | 0.6% | - |
| XYZ | 12.06 | 22.83 | 6.15 | - |
| YUV | 101.42 | 95.59 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 44 | 0.84 | 0 | 0.71 | 0.40 | 129.38 | 0.73 | 0.35 |
| Hex | 18 | 98 | 2C | 54 | 0 | 47 | 28 | 81 | 49 | 23 |
| Octal | 30 | 230 | 54 | 124 | 0 | 107 | 50 | 201 | 111 | 43 |
| Binary | 11000 | 10011000 | 101100 | 1010100 | 0 | 1000111 | 101000 | 10000001 | 1001001 | 100011 |
Color Harmonies of #18982C
Complementary color
Monochromatic Colors of #18982C
Black with #18982C
Text Example
Text Example
White with #18982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18982C; }
p { color: rgb(24,152,44); }
H1.HeaderClassName
{
color: #18982C;
}
.AnyTagClassName
{
color: #18982C;
}
</style>
background-color css
<style>
a { background-color: #18982C; }
a { background-color: rgb(24,152,44); }
div.DivClassName
{
background-color: #18982C;
}
.BgClassName
{
background-color: #18982C;
}
</style>
border-color css
<style>
span { border-color: #18982C; }
span { border-color: rgb(24,152,44); }
td.TdClassName
{
border-color: #18982C;
}
.TagClassName
{
border-color: #18982C;
}
</style>