Shades of Forest Green #18A41D
Tints of Forest Green #18A41D
RGB
CMYK
RGB Variations
Color information
#18A41D (or 0x18A41D) is known color: Forest Green. HEX triplet: 18, A4 and 1D. RGB value is (24,164,29). Sum of RGB (Red+Green+Blue) = 24+164+29=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 164 (64.45% from 255 or 75.58% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 164 - color contains mainly: green. Hex color #18A41D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A41D is #E75BE2. Grayscale: #6B6B6B. Windows color (decimal): -15162339 or 1942552. OLE color: 1942552.
HSL color Cylindrical-coordinate representation of color #18A41D: hue angle of 122.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A41D is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 29 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.36 |
| HSL | 122.14º | 0.74% | 0.37% | - |
| HSV(B) | 122.14º | 0.85% | 0.64% | - |
| XYZ | 13.87 | 26.83 | 5.61 | - |
| YUV | 106.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 29 | 0.85 | 0 | 0.82 | 0.36 | 122.14 | 0.74 | 0.37 |
| Hex | 18 | A4 | 1D | 55 | 0 | 52 | 24 | 7A | 4A | 25 |
| Octal | 30 | 244 | 35 | 125 | 0 | 122 | 44 | 172 | 112 | 45 |
| Binary | 11000 | 10100100 | 11101 | 1010101 | 0 | 1010010 | 100100 | 1111010 | 1001010 | 100101 |
Color Harmonies of #18A41D
Complementary color
Monochromatic Colors of #18A41D
Black with #18A41D
Text Example
Text Example
White with #18A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A41D; }
p { color: rgb(24,164,29); }
H1.HeaderClassName
{
color: #18A41D;
}
.AnyTagClassName
{
color: #18A41D;
}
</style>
background-color css
<style>
a { background-color: #18A41D; }
a { background-color: rgb(24,164,29); }
div.DivClassName
{
background-color: #18A41D;
}
.BgClassName
{
background-color: #18A41D;
}
</style>
border-color css
<style>
span { border-color: #18A41D; }
span { border-color: rgb(24,164,29); }
td.TdClassName
{
border-color: #18A41D;
}
.TagClassName
{
border-color: #18A41D;
}
</style>