Shades of Forest Green #18A134
Tints of Forest Green #18A134
RGB
CMYK
RGB Variations
Color information
#18A134 (or 0x18A134) is known color: Forest Green. HEX triplet: 18, A1 and 34. RGB value is (24,161,52). Sum of RGB (Red+Green+Blue) = 24+161+52=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 161 (63.28% from 255 or 67.93% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 161 - color contains mainly: green. Hex color #18A134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A134 is #E75ECB. Grayscale: #6B6B6B. Windows color (decimal): -15163084 or 3449112. OLE color: 3449112.
HSL color Cylindrical-coordinate representation of color #18A134: hue angle of 132.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A134 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 52 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.37 |
| HSL | 132.26º | 0.74% | 0.36% | - |
| HSV(B) | 132.26º | 0.85% | 0.63% | - |
| XYZ | 13.74 | 25.93 | 7.53 | - |
| YUV | 107.61 | 96.61 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 52 | 0.85 | 0 | 0.68 | 0.37 | 132.26 | 0.74 | 0.36 |
| Hex | 18 | A1 | 34 | 55 | 0 | 44 | 25 | 84 | 4A | 24 |
| Octal | 30 | 241 | 64 | 125 | 0 | 104 | 45 | 204 | 112 | 44 |
| Binary | 11000 | 10100001 | 110100 | 1010101 | 0 | 1000100 | 100101 | 10000100 | 1001010 | 100100 |
Color Harmonies of #18A134
Complementary color
Monochromatic Colors of #18A134
Black with #18A134
Text Example
Text Example
White with #18A134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A134; }
p { color: rgb(24,161,52); }
H1.HeaderClassName
{
color: #18A134;
}
.AnyTagClassName
{
color: #18A134;
}
</style>
background-color css
<style>
a { background-color: #18A134; }
a { background-color: rgb(24,161,52); }
div.DivClassName
{
background-color: #18A134;
}
.BgClassName
{
background-color: #18A134;
}
</style>
border-color css
<style>
span { border-color: #18A134; }
span { border-color: rgb(24,161,52); }
td.TdClassName
{
border-color: #18A134;
}
.TagClassName
{
border-color: #18A134;
}
</style>