Shades of Forest Green #18AF1D
Tints of Forest Green #18AF1D
RGB
CMYK
RGB Variations
Color information
#18AF1D (or 0x18AF1D) is known color: Forest Green. HEX triplet: 18, AF and 1D. RGB value is (24,175,29). Sum of RGB (Red+Green+Blue) = 24+175+29=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 175 (68.75% from 255 or 76.75% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF1D is #E750E2. Grayscale: #717171. Windows color (decimal): -15159523 or 1945368. OLE color: 1945368.
HSL color Cylindrical-coordinate representation of color #18AF1D: hue angle of 121.99º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF1D is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 175 | 29 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.31 |
| HSL | 121.99º | 0.76% | 0.39% | - |
| HSV(B) | 121.99º | 0.86% | 0.69% | - |
| XYZ | 15.93 | 30.94 | 6.3 | - |
| YUV | 113.21 | 80.47 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 29 | 0.86 | 0 | 0.83 | 0.31 | 121.99 | 0.76 | 0.39 |
| Hex | 18 | AF | 1D | 56 | 0 | 53 | 1F | 7A | 4C | 27 |
| Octal | 30 | 257 | 35 | 126 | 0 | 123 | 37 | 172 | 114 | 47 |
| Binary | 11000 | 10101111 | 11101 | 1010110 | 0 | 1010011 | 11111 | 1111010 | 1001100 | 100111 |
Color Harmonies of #18AF1D
Complementary color
Monochromatic Colors of #18AF1D
Black with #18AF1D
Text Example
Text Example
White with #18AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AF1D; }
p { color: rgb(24,175,29); }
H1.HeaderClassName
{
color: #18AF1D;
}
.AnyTagClassName
{
color: #18AF1D;
}
</style>
background-color css
<style>
a { background-color: #18AF1D; }
a { background-color: rgb(24,175,29); }
div.DivClassName
{
background-color: #18AF1D;
}
.BgClassName
{
background-color: #18AF1D;
}
</style>
border-color css
<style>
span { border-color: #18AF1D; }
span { border-color: rgb(24,175,29); }
td.TdClassName
{
border-color: #18AF1D;
}
.TagClassName
{
border-color: #18AF1D;
}
</style>