Shades of Forest Green #18952F
Tints of Forest Green #18952F
RGB
CMYK
RGB Variations
Color information
#18952F (or 0x18952F) is known color: Forest Green. HEX triplet: 18, 95 and 2F. RGB value is (24,149,47). Sum of RGB (Red+Green+Blue) = 24+149+47=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #18952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18952F is #E76AD0. Grayscale: #646464. Windows color (decimal): -15166161 or 3118360. OLE color: 3118360.
HSL color Cylindrical-coordinate representation of color #18952F: hue angle of 131.04º 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 #18952F is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 47 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.42 |
| HSL | 131.04º | 0.72% | 0.34% | - |
| HSV(B) | 131.04º | 0.84% | 0.58% | - |
| XYZ | 11.64 | 21.89 | 6.3 | - |
| YUV | 100 | 98.09 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 47 | 0.84 | 0 | 0.68 | 0.42 | 131.04 | 0.72 | 0.34 |
| Hex | 18 | 95 | 2F | 54 | 0 | 44 | 2A | 83 | 48 | 22 |
| Octal | 30 | 225 | 57 | 124 | 0 | 104 | 52 | 203 | 110 | 42 |
| Binary | 11000 | 10010101 | 101111 | 1010100 | 0 | 1000100 | 101010 | 10000011 | 1001000 | 100010 |
Color Harmonies of #18952F
Complementary color
Monochromatic Colors of #18952F
Black with #18952F
Text Example
Text Example
White with #18952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18952F; }
p { color: rgb(24,149,47); }
H1.HeaderClassName
{
color: #18952F;
}
.AnyTagClassName
{
color: #18952F;
}
</style>
background-color css
<style>
a { background-color: #18952F; }
a { background-color: rgb(24,149,47); }
div.DivClassName
{
background-color: #18952F;
}
.BgClassName
{
background-color: #18952F;
}
</style>
border-color css
<style>
span { border-color: #18952F; }
span { border-color: rgb(24,149,47); }
td.TdClassName
{
border-color: #18952F;
}
.TagClassName
{
border-color: #18952F;
}
</style>