Shades of Forest Green #18A229
Tints of Forest Green #18A229
RGB
CMYK
RGB Variations
Color information
#18A229 (or 0x18A229) is known color: Forest Green. HEX triplet: 18, A2 and 29. RGB value is (24,162,41). Sum of RGB (Red+Green+Blue) = 24+162+41=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 162 (63.67% from 255 or 71.37% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 162 - color contains mainly: green. Hex color #18A229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A229 is #E75DD6. Grayscale: #6B6B6B. Windows color (decimal): -15162839 or 2728472. OLE color: 2728472.
HSL color Cylindrical-coordinate representation of color #18A229: hue angle of 127.39º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A229 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 41 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.36 |
| HSL | 127.39º | 0.74% | 0.36% | - |
| HSV(B) | 127.39º | 0.85% | 0.64% | - |
| XYZ | 13.7 | 26.19 | 6.43 | - |
| YUV | 106.94 | 90.78 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 41 | 0.85 | 0 | 0.75 | 0.36 | 127.39 | 0.74 | 0.36 |
| Hex | 18 | A2 | 29 | 55 | 0 | 4B | 24 | 7F | 4A | 24 |
| Octal | 30 | 242 | 51 | 125 | 0 | 113 | 44 | 177 | 112 | 44 |
| Binary | 11000 | 10100010 | 101001 | 1010101 | 0 | 1001011 | 100100 | 1111111 | 1001010 | 100100 |
Color Harmonies of #18A229
Complementary color
Monochromatic Colors of #18A229
Black with #18A229
Text Example
Text Example
White with #18A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A229; }
p { color: rgb(24,162,41); }
H1.HeaderClassName
{
color: #18A229;
}
.AnyTagClassName
{
color: #18A229;
}
</style>
background-color css
<style>
a { background-color: #18A229; }
a { background-color: rgb(24,162,41); }
div.DivClassName
{
background-color: #18A229;
}
.BgClassName
{
background-color: #18A229;
}
</style>
border-color css
<style>
span { border-color: #18A229; }
span { border-color: rgb(24,162,41); }
td.TdClassName
{
border-color: #18A229;
}
.TagClassName
{
border-color: #18A229;
}
</style>