Shades of Forest Green #18912F
Tints of Forest Green #18912F
RGB
CMYK
RGB Variations
Color information
#18912F (or 0x18912F) is known color: Forest Green. HEX triplet: 18, 91 and 2F. RGB value is (24,145,47). Sum of RGB (Red+Green+Blue) = 24+145+47=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 145 (57.03% from 255 or 67.13% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 145 - color contains mainly: green. Hex color #18912F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18912F is #E76ED0. Grayscale: #616161. Windows color (decimal): -15167185 or 3117336. OLE color: 3117336.
HSL color Cylindrical-coordinate representation of color #18912F: hue angle of 131.4º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18912F is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 47 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.43 |
| HSL | 131.41º | 0.72% | 0.33% | - |
| HSV(B) | 131.41º | 0.83% | 0.57% | - |
| XYZ | 11.02 | 20.65 | 6.09 | - |
| YUV | 97.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 47 | 0.83 | 0 | 0.68 | 0.43 | 131.41 | 0.72 | 0.33 |
| Hex | 18 | 91 | 2F | 53 | 0 | 44 | 2B | 83 | 48 | 21 |
| Octal | 30 | 221 | 57 | 123 | 0 | 104 | 53 | 203 | 110 | 41 |
| Binary | 11000 | 10010001 | 101111 | 1010011 | 0 | 1000100 | 101011 | 10000011 | 1001000 | 100001 |
Color Harmonies of #18912F
Complementary color
Monochromatic Colors of #18912F
Black with #18912F
Text Example
Text Example
White with #18912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18912F; }
p { color: rgb(24,145,47); }
H1.HeaderClassName
{
color: #18912F;
}
.AnyTagClassName
{
color: #18912F;
}
</style>
background-color css
<style>
a { background-color: #18912F; }
a { background-color: rgb(24,145,47); }
div.DivClassName
{
background-color: #18912F;
}
.BgClassName
{
background-color: #18912F;
}
</style>
border-color css
<style>
span { border-color: #18912F; }
span { border-color: rgb(24,145,47); }
td.TdClassName
{
border-color: #18912F;
}
.TagClassName
{
border-color: #18912F;
}
</style>