Shades of Forest Green #18953A
Tints of Forest Green #18953A
RGB
CMYK
RGB Variations
Color information
#18953A (or 0x18953A) is known color: Forest Green. HEX triplet: 18, 95 and 3A. RGB value is (24,149,58). Sum of RGB (Red+Green+Blue) = 24+149+58=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #18953A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18953A is #E76AC5. Grayscale: #656565. Windows color (decimal): -15166150 or 3839256. OLE color: 3839256.
HSL color Cylindrical-coordinate representation of color #18953A: hue angle of 136.32º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18953A is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 58 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.42 |
| HSL | 136.32º | 0.72% | 0.34% | - |
| HSV(B) | 136.32º | 0.84% | 0.58% | - |
| XYZ | 11.89 | 21.99 | 7.62 | - |
| YUV | 101.25 | 103.59 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 58 | 0.84 | 0 | 0.61 | 0.42 | 136.32 | 0.72 | 0.34 |
| Hex | 18 | 95 | 3A | 54 | 0 | 3D | 2A | 88 | 48 | 22 |
| Octal | 30 | 225 | 72 | 124 | 0 | 75 | 52 | 210 | 110 | 42 |
| Binary | 11000 | 10010101 | 111010 | 1010100 | 0 | 111101 | 101010 | 10001000 | 1001000 | 100010 |
Color Harmonies of #18953A
Complementary color
Monochromatic Colors of #18953A
Black with #18953A
Text Example
Text Example
White with #18953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18953A; }
p { color: rgb(24,149,58); }
H1.HeaderClassName
{
color: #18953A;
}
.AnyTagClassName
{
color: #18953A;
}
</style>
background-color css
<style>
a { background-color: #18953A; }
a { background-color: rgb(24,149,58); }
div.DivClassName
{
background-color: #18953A;
}
.BgClassName
{
background-color: #18953A;
}
</style>
border-color css
<style>
span { border-color: #18953A; }
span { border-color: rgb(24,149,58); }
td.TdClassName
{
border-color: #18953A;
}
.TagClassName
{
border-color: #18953A;
}
</style>