Shades of Forest Green #18912C
Tints of Forest Green #18912C
RGB
CMYK
RGB Variations
Color information
#18912C (or 0x18912C) is known color: Forest Green. HEX triplet: 18, 91 and 2C. RGB value is (24,145,44). Sum of RGB (Red+Green+Blue) = 24+145+44=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #18912C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18912C is #E76ED3. Grayscale: #616161. Windows color (decimal): -15167188 or 2920728. OLE color: 2920728.
HSL color Cylindrical-coordinate representation of color #18912C: hue angle of 129.92º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18912C is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 44 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.43 |
| HSL | 129.92º | 0.72% | 0.33% | - |
| HSV(B) | 129.92º | 0.83% | 0.57% | - |
| XYZ | 10.96 | 20.63 | 5.79 | - |
| YUV | 97.31 | 97.91 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 44 | 0.83 | 0 | 0.70 | 0.43 | 129.92 | 0.72 | 0.33 |
| Hex | 18 | 91 | 2C | 53 | 0 | 46 | 2B | 82 | 48 | 21 |
| Octal | 30 | 221 | 54 | 123 | 0 | 106 | 53 | 202 | 110 | 41 |
| Binary | 11000 | 10010001 | 101100 | 1010011 | 0 | 1000110 | 101011 | 10000010 | 1001000 | 100001 |
Color Harmonies of #18912C
Complementary color
Monochromatic Colors of #18912C
Black with #18912C
Text Example
Text Example
White with #18912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18912C; }
p { color: rgb(24,145,44); }
H1.HeaderClassName
{
color: #18912C;
}
.AnyTagClassName
{
color: #18912C;
}
</style>
background-color css
<style>
a { background-color: #18912C; }
a { background-color: rgb(24,145,44); }
div.DivClassName
{
background-color: #18912C;
}
.BgClassName
{
background-color: #18912C;
}
</style>
border-color css
<style>
span { border-color: #18912C; }
span { border-color: rgb(24,145,44); }
td.TdClassName
{
border-color: #18912C;
}
.TagClassName
{
border-color: #18912C;
}
</style>