Shades of Forest Green #18882D
Tints of Forest Green #18882D
RGB
CMYK
RGB Variations
Color information
#18882D (or 0x18882D) is known color: Forest Green. HEX triplet: 18, 88 and 2D. RGB value is (24,136,45). Sum of RGB (Red+Green+Blue) = 24+136+45=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #18882D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18882D is #E777D2. Grayscale: #5C5C5C. Windows color (decimal): -15169491 or 2983960. OLE color: 2983960.
HSL color Cylindrical-coordinate representation of color #18882D: hue angle of 131.25º 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 #18882D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 45 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.47 |
| HSL | 131.25º | 0.7% | 0.31% | - |
| HSV(B) | 131.25º | 0.82% | 0.53% | - |
| XYZ | 9.65 | 17.99 | 5.45 | - |
| YUV | 92.14 | 101.39 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 45 | 0.82 | 0 | 0.67 | 0.47 | 131.25 | 0.7 | 0.31 |
| Hex | 18 | 88 | 2D | 52 | 0 | 43 | 2F | 83 | 46 | 1F |
| Octal | 30 | 210 | 55 | 122 | 0 | 103 | 57 | 203 | 106 | 37 |
| Binary | 11000 | 10001000 | 101101 | 1010010 | 0 | 1000011 | 101111 | 10000011 | 1000110 | 11111 |
Color Harmonies of #18882D
Complementary color
Monochromatic Colors of #18882D
Black with #18882D
Text Example
Text Example
White with #18882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18882D; }
p { color: rgb(24,136,45); }
H1.HeaderClassName
{
color: #18882D;
}
.AnyTagClassName
{
color: #18882D;
}
</style>
background-color css
<style>
a { background-color: #18882D; }
a { background-color: rgb(24,136,45); }
div.DivClassName
{
background-color: #18882D;
}
.BgClassName
{
background-color: #18882D;
}
</style>
border-color css
<style>
span { border-color: #18882D; }
span { border-color: rgb(24,136,45); }
td.TdClassName
{
border-color: #18882D;
}
.TagClassName
{
border-color: #18882D;
}
</style>