Shades of Forest Green #18882F
Tints of Forest Green #18882F
RGB
CMYK
RGB Variations
Color information
#18882F (or 0x18882F) is known color: Forest Green. HEX triplet: 18, 88 and 2F. RGB value is (24,136,47). Sum of RGB (Red+Green+Blue) = 24+136+47=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 136 (53.52% from 255 or 65.70% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 136 - color contains mainly: green. Hex color #18882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18882F is #E777D0. Grayscale: #5C5C5C. Windows color (decimal): -15169489 or 3115032. OLE color: 3115032.
HSL color Cylindrical-coordinate representation of color #18882F: hue angle of 132.32º 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 #18882F is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 47 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.47 |
| HSL | 132.32º | 0.7% | 0.31% | - |
| HSV(B) | 132.32º | 0.82% | 0.53% | - |
| XYZ | 9.69 | 18.01 | 5.65 | - |
| YUV | 92.37 | 102.39 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 47 | 0.82 | 0 | 0.65 | 0.47 | 132.32 | 0.7 | 0.31 |
| Hex | 18 | 88 | 2F | 52 | 0 | 41 | 2F | 84 | 46 | 1F |
| Octal | 30 | 210 | 57 | 122 | 0 | 101 | 57 | 204 | 106 | 37 |
| Binary | 11000 | 10001000 | 101111 | 1010010 | 0 | 1000001 | 101111 | 10000100 | 1000110 | 11111 |
Color Harmonies of #18882F
Complementary color
Monochromatic Colors of #18882F
Black with #18882F
Text Example
Text Example
White with #18882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18882F; }
p { color: rgb(24,136,47); }
H1.HeaderClassName
{
color: #18882F;
}
.AnyTagClassName
{
color: #18882F;
}
</style>
background-color css
<style>
a { background-color: #18882F; }
a { background-color: rgb(24,136,47); }
div.DivClassName
{
background-color: #18882F;
}
.BgClassName
{
background-color: #18882F;
}
</style>
border-color css
<style>
span { border-color: #18882F; }
span { border-color: rgb(24,136,47); }
td.TdClassName
{
border-color: #18882F;
}
.TagClassName
{
border-color: #18882F;
}
</style>