Shades of Forest Green #18932F
Tints of Forest Green #18932F
RGB
CMYK
RGB Variations
Color information
#18932F (or 0x18932F) is known color: Forest Green. HEX triplet: 18, 93 and 2F. RGB value is (24,147,47). Sum of RGB (Red+Green+Blue) = 24+147+47=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 147 (57.81% from 255 or 67.43% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 147 - color contains mainly: green. Hex color #18932F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18932F is #E76CD0. Grayscale: #636363. Windows color (decimal): -15166673 or 3117848. OLE color: 3117848.
HSL color Cylindrical-coordinate representation of color #18932F: hue angle of 131.22º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18932F is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 147 | 47 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.42 |
| HSL | 131.22º | 0.72% | 0.34% | - |
| HSV(B) | 131.22º | 0.84% | 0.58% | - |
| XYZ | 11.32 | 21.27 | 6.2 | - |
| YUV | 98.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 47 | 0.84 | 0 | 0.68 | 0.42 | 131.22 | 0.72 | 0.34 |
| Hex | 18 | 93 | 2F | 54 | 0 | 44 | 2A | 83 | 48 | 22 |
| Octal | 30 | 223 | 57 | 124 | 0 | 104 | 52 | 203 | 110 | 42 |
| Binary | 11000 | 10010011 | 101111 | 1010100 | 0 | 1000100 | 101010 | 10000011 | 1001000 | 100010 |
Color Harmonies of #18932F
Complementary color
Monochromatic Colors of #18932F
Black with #18932F
Text Example
Text Example
White with #18932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18932F; }
p { color: rgb(24,147,47); }
H1.HeaderClassName
{
color: #18932F;
}
.AnyTagClassName
{
color: #18932F;
}
</style>
background-color css
<style>
a { background-color: #18932F; }
a { background-color: rgb(24,147,47); }
div.DivClassName
{
background-color: #18932F;
}
.BgClassName
{
background-color: #18932F;
}
</style>
border-color css
<style>
span { border-color: #18932F; }
span { border-color: rgb(24,147,47); }
td.TdClassName
{
border-color: #18932F;
}
.TagClassName
{
border-color: #18932F;
}
</style>