Shades of Forest Green #18721B
Tints of Forest Green #18721B
RGB
CMYK
RGB Variations
Color information
#18721B (or 0x18721B) is known color: Forest Green. HEX triplet: 18, 72 and 1B. RGB value is (24,114,27). Sum of RGB (Red+Green+Blue) = 24+114+27=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #18721B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18721B is #E78DE4. Grayscale: #4D4D4D. Windows color (decimal): -15175141 or 1798680. OLE color: 1798680.
HSL color Cylindrical-coordinate representation of color #18721B: hue angle of 122º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18721B is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 114 | 27 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.55 |
| HSL | 122º | 0.65% | 0.27% | - |
| HSV(B) | 122º | 0.79% | 0.45% | - |
| XYZ | 6.59 | 12.31 | 3.07 | - |
| YUV | 77.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 27 | 0.79 | 0 | 0.76 | 0.55 | 122 | 0.65 | 0.27 |
| Hex | 18 | 72 | 1B | 4F | 0 | 4C | 37 | 7A | 41 | 1B |
| Octal | 30 | 162 | 33 | 117 | 0 | 114 | 67 | 172 | 101 | 33 |
| Binary | 11000 | 1110010 | 11011 | 1001111 | 0 | 1001100 | 110111 | 1111010 | 1000001 | 11011 |
Color Harmonies of #18721B
Complementary color
Monochromatic Colors of #18721B
Black with #18721B
Text Example
Text Example
White with #18721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18721B; }
p { color: rgb(24,114,27); }
H1.HeaderClassName
{
color: #18721B;
}
.AnyTagClassName
{
color: #18721B;
}
</style>
background-color css
<style>
a { background-color: #18721B; }
a { background-color: rgb(24,114,27); }
div.DivClassName
{
background-color: #18721B;
}
.BgClassName
{
background-color: #18721B;
}
</style>
border-color css
<style>
span { border-color: #18721B; }
span { border-color: rgb(24,114,27); }
td.TdClassName
{
border-color: #18721B;
}
.TagClassName
{
border-color: #18721B;
}
</style>