Shades of Forest Green #18882B
Tints of Forest Green #18882B
RGB
CMYK
RGB Variations
Color information
#18882B (or 0x18882B) is known color: Forest Green. HEX triplet: 18, 88 and 2B. RGB value is (24,136,43). Sum of RGB (Red+Green+Blue) = 24+136+43=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #18882B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18882B is #E777D4. Grayscale: #5C5C5C. Windows color (decimal): -15169493 or 2852888. OLE color: 2852888.
HSL color Cylindrical-coordinate representation of color #18882B: hue angle of 130.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18882B is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 43 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.47 |
| HSL | 130.18º | 0.7% | 0.31% | - |
| HSV(B) | 130.18º | 0.82% | 0.53% | - |
| XYZ | 9.62 | 17.98 | 5.25 | - |
| YUV | 91.91 | 100.39 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 43 | 0.82 | 0 | 0.68 | 0.47 | 130.18 | 0.7 | 0.31 |
| Hex | 18 | 88 | 2B | 52 | 0 | 44 | 2F | 82 | 46 | 1F |
| Octal | 30 | 210 | 53 | 122 | 0 | 104 | 57 | 202 | 106 | 37 |
| Binary | 11000 | 10001000 | 101011 | 1010010 | 0 | 1000100 | 101111 | 10000010 | 1000110 | 11111 |
Color Harmonies of #18882B
Complementary color
Monochromatic Colors of #18882B
Black with #18882B
Text Example
Text Example
White with #18882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18882B; }
p { color: rgb(24,136,43); }
H1.HeaderClassName
{
color: #18882B;
}
.AnyTagClassName
{
color: #18882B;
}
</style>
background-color css
<style>
a { background-color: #18882B; }
a { background-color: rgb(24,136,43); }
div.DivClassName
{
background-color: #18882B;
}
.BgClassName
{
background-color: #18882B;
}
</style>
border-color css
<style>
span { border-color: #18882B; }
span { border-color: rgb(24,136,43); }
td.TdClassName
{
border-color: #18882B;
}
.TagClassName
{
border-color: #18882B;
}
</style>