Shades of Forest Green #18A51B
Tints of Forest Green #18A51B
RGB
CMYK
RGB Variations
Color information
#18A51B (or 0x18A51B) is known color: Forest Green. HEX triplet: 18, A5 and 1B. RGB value is (24,165,27). Sum of RGB (Red+Green+Blue) = 24+165+27=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 165 (64.84% from 255 or 76.39% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 165 - color contains mainly: green. Hex color #18A51B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A51B is #E75AE4. Grayscale: #6B6B6B. Windows color (decimal): -15162085 or 1811736. OLE color: 1811736.
HSL color Cylindrical-coordinate representation of color #18A51B: hue angle of 121.28º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A51B is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 27 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.35 |
| HSL | 121.28º | 0.75% | 0.37% | - |
| HSV(B) | 121.28º | 0.85% | 0.65% | - |
| XYZ | 14.03 | 27.18 | 5.54 | - |
| YUV | 107.11 | 82.79 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 27 | 0.85 | 0 | 0.84 | 0.35 | 121.28 | 0.75 | 0.37 |
| Hex | 18 | A5 | 1B | 55 | 0 | 54 | 23 | 79 | 4B | 25 |
| Octal | 30 | 245 | 33 | 125 | 0 | 124 | 43 | 171 | 113 | 45 |
| Binary | 11000 | 10100101 | 11011 | 1010101 | 0 | 1010100 | 100011 | 1111001 | 1001011 | 100101 |
Color Harmonies of #18A51B
Complementary color
Monochromatic Colors of #18A51B
Black with #18A51B
Text Example
Text Example
White with #18A51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A51B; }
p { color: rgb(24,165,27); }
H1.HeaderClassName
{
color: #18A51B;
}
.AnyTagClassName
{
color: #18A51B;
}
</style>
background-color css
<style>
a { background-color: #18A51B; }
a { background-color: rgb(24,165,27); }
div.DivClassName
{
background-color: #18A51B;
}
.BgClassName
{
background-color: #18A51B;
}
</style>
border-color css
<style>
span { border-color: #18A51B; }
span { border-color: rgb(24,165,27); }
td.TdClassName
{
border-color: #18A51B;
}
.TagClassName
{
border-color: #18A51B;
}
</style>