Shades of Forest Green #18913A
Tints of Forest Green #18913A
RGB
CMYK
RGB Variations
Color information
#18913A (or 0x18913A) is known color: Forest Green. HEX triplet: 18, 91 and 3A. RGB value is (24,145,58). Sum of RGB (Red+Green+Blue) = 24+145+58=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #18913A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18913A is #E76EC5. Grayscale: #636363. Windows color (decimal): -15167174 or 3838232. OLE color: 3838232.
HSL color Cylindrical-coordinate representation of color #18913A: hue angle of 136.86º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18913A is Cyan = 0.83, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 58 | - |
| CMYK | 0.83 | 0 | 0.6 | 0.43 |
| HSL | 136.86º | 0.72% | 0.33% | - |
| HSV(B) | 136.86º | 0.83% | 0.57% | - |
| XYZ | 11.27 | 20.75 | 7.41 | - |
| YUV | 98.9 | 104.91 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 58 | 0.83 | 0 | 0.6 | 0.43 | 136.86 | 0.72 | 0.33 |
| Hex | 18 | 91 | 3A | 53 | 0 | 3C | 2B | 89 | 48 | 21 |
| Octal | 30 | 221 | 72 | 123 | 0 | 74 | 53 | 211 | 110 | 41 |
| Binary | 11000 | 10010001 | 111010 | 1010011 | 0 | 111100 | 101011 | 10001001 | 1001000 | 100001 |
Color Harmonies of #18913A
Complementary color
Monochromatic Colors of #18913A
Black with #18913A
Text Example
Text Example
White with #18913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18913A; }
p { color: rgb(24,145,58); }
H1.HeaderClassName
{
color: #18913A;
}
.AnyTagClassName
{
color: #18913A;
}
</style>
background-color css
<style>
a { background-color: #18913A; }
a { background-color: rgb(24,145,58); }
div.DivClassName
{
background-color: #18913A;
}
.BgClassName
{
background-color: #18913A;
}
</style>
border-color css
<style>
span { border-color: #18913A; }
span { border-color: rgb(24,145,58); }
td.TdClassName
{
border-color: #18913A;
}
.TagClassName
{
border-color: #18913A;
}
</style>