Shades of Forest Green #18711A
Tints of Forest Green #18711A
RGB
CMYK
RGB Variations
Color information
#18711A (or 0x18711A) is known color: Forest Green. HEX triplet: 18, 71 and 1A. RGB value is (24,113,26). Sum of RGB (Red+Green+Blue) = 24+113+26=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #18711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18711A is #E78EE5. Grayscale: #4C4C4C. Windows color (decimal): -15175398 or 1732888. OLE color: 1732888.
HSL color Cylindrical-coordinate representation of color #18711A: hue angle of 121.35º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18711A is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 113 | 26 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.56 |
| HSL | 121.35º | 0.65% | 0.27% | - |
| HSV(B) | 121.35º | 0.79% | 0.44% | - |
| XYZ | 6.47 | 12.08 | 2.97 | - |
| YUV | 76.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 26 | 0.79 | 0 | 0.77 | 0.56 | 121.35 | 0.65 | 0.27 |
| Hex | 18 | 71 | 1A | 4F | 0 | 4D | 38 | 79 | 41 | 1B |
| Octal | 30 | 161 | 32 | 117 | 0 | 115 | 70 | 171 | 101 | 33 |
| Binary | 11000 | 1110001 | 11010 | 1001111 | 0 | 1001101 | 111000 | 1111001 | 1000001 | 11011 |
Color Harmonies of #18711A
Complementary color
Monochromatic Colors of #18711A
Black with #18711A
Text Example
Text Example
White with #18711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18711A; }
p { color: rgb(24,113,26); }
H1.HeaderClassName
{
color: #18711A;
}
.AnyTagClassName
{
color: #18711A;
}
</style>
background-color css
<style>
a { background-color: #18711A; }
a { background-color: rgb(24,113,26); }
div.DivClassName
{
background-color: #18711A;
}
.BgClassName
{
background-color: #18711A;
}
</style>
border-color css
<style>
span { border-color: #18711A; }
span { border-color: rgb(24,113,26); }
td.TdClassName
{
border-color: #18711A;
}
.TagClassName
{
border-color: #18711A;
}
</style>