Shades of Forest Green #18842B
Tints of Forest Green #18842B
RGB
CMYK
RGB Variations
Color information
#18842B (or 0x18842B) is known color: Forest Green. HEX triplet: 18, 84 and 2B. RGB value is (24,132,43). Sum of RGB (Red+Green+Blue) = 24+132+43=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #18842B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18842B is #E77BD4. Grayscale: #595959. Windows color (decimal): -15170517 or 2851864. OLE color: 2851864.
HSL color Cylindrical-coordinate representation of color #18842B: hue angle of 130.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18842B is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 43 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.48 |
| HSL | 130.56º | 0.69% | 0.31% | - |
| HSV(B) | 130.56º | 0.82% | 0.52% | - |
| XYZ | 9.06 | 16.87 | 5.06 | - |
| YUV | 89.56 | 101.72 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 43 | 0.82 | 0 | 0.67 | 0.48 | 130.56 | 0.69 | 0.31 |
| Hex | 18 | 84 | 2B | 52 | 0 | 43 | 30 | 83 | 45 | 1F |
| Octal | 30 | 204 | 53 | 122 | 0 | 103 | 60 | 203 | 105 | 37 |
| Binary | 11000 | 10000100 | 101011 | 1010010 | 0 | 1000011 | 110000 | 10000011 | 1000101 | 11111 |
Color Harmonies of #18842B
Complementary color
Monochromatic Colors of #18842B
Black with #18842B
Text Example
Text Example
White with #18842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18842B; }
p { color: rgb(24,132,43); }
H1.HeaderClassName
{
color: #18842B;
}
.AnyTagClassName
{
color: #18842B;
}
</style>
background-color css
<style>
a { background-color: #18842B; }
a { background-color: rgb(24,132,43); }
div.DivClassName
{
background-color: #18842B;
}
.BgClassName
{
background-color: #18842B;
}
</style>
border-color css
<style>
span { border-color: #18842B; }
span { border-color: rgb(24,132,43); }
td.TdClassName
{
border-color: #18842B;
}
.TagClassName
{
border-color: #18842B;
}
</style>