Shades of Forest Green #18A21C
Tints of Forest Green #18A21C
RGB
CMYK
RGB Variations
Color information
#18A21C (or 0x18A21C) is known color: Forest Green. HEX triplet: 18, A2 and 1C. RGB value is (24,162,28). Sum of RGB (Red+Green+Blue) = 24+162+28=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 162 (63.67% from 255 or 75.70% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 162 - color contains mainly: green. Hex color #18A21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A21C is #E75DE3. Grayscale: #696969. Windows color (decimal): -15162852 or 1876504. OLE color: 1876504.
HSL color Cylindrical-coordinate representation of color #18A21C: hue angle of 121.74º 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 #18A21C is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 28 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.36 |
| HSL | 121.74º | 0.74% | 0.36% | - |
| HSV(B) | 121.74º | 0.85% | 0.64% | - |
| XYZ | 13.51 | 26.12 | 5.43 | - |
| YUV | 105.46 | 84.28 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 28 | 0.85 | 0 | 0.83 | 0.36 | 121.74 | 0.74 | 0.36 |
| Hex | 18 | A2 | 1C | 55 | 0 | 53 | 24 | 7A | 4A | 24 |
| Octal | 30 | 242 | 34 | 125 | 0 | 123 | 44 | 172 | 112 | 44 |
| Binary | 11000 | 10100010 | 11100 | 1010101 | 0 | 1010011 | 100100 | 1111010 | 1001010 | 100100 |
Color Harmonies of #18A21C
Complementary color
Monochromatic Colors of #18A21C
Black with #18A21C
Text Example
Text Example
White with #18A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A21C; }
p { color: rgb(24,162,28); }
H1.HeaderClassName
{
color: #18A21C;
}
.AnyTagClassName
{
color: #18A21C;
}
</style>
background-color css
<style>
a { background-color: #18A21C; }
a { background-color: rgb(24,162,28); }
div.DivClassName
{
background-color: #18A21C;
}
.BgClassName
{
background-color: #18A21C;
}
</style>
border-color css
<style>
span { border-color: #18A21C; }
span { border-color: rgb(24,162,28); }
td.TdClassName
{
border-color: #18A21C;
}
.TagClassName
{
border-color: #18A21C;
}
</style>