Shades of Forest Green #18771C
Tints of Forest Green #18771C
RGB
CMYK
RGB Variations
Color information
#18771C (or 0x18771C) is known color: Forest Green. HEX triplet: 18, 77 and 1C. RGB value is (24,119,28). Sum of RGB (Red+Green+Blue) = 24+119+28=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #18771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18771C is #E788E3. Grayscale: #505050. Windows color (decimal): -15173860 or 1865496. OLE color: 1865496.
HSL color Cylindrical-coordinate representation of color #18771C: hue angle of 122.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18771C is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 119 | 28 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.53 |
| HSL | 122.53º | 0.66% | 0.28% | - |
| HSV(B) | 122.53º | 0.8% | 0.47% | - |
| XYZ | 7.18 | 13.47 | 3.32 | - |
| YUV | 80.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 28 | 0.80 | 0 | 0.76 | 0.53 | 122.53 | 0.66 | 0.28 |
| Hex | 18 | 77 | 1C | 50 | 0 | 4C | 35 | 7B | 42 | 1C |
| Octal | 30 | 167 | 34 | 120 | 0 | 114 | 65 | 173 | 102 | 34 |
| Binary | 11000 | 1110111 | 11100 | 1010000 | 0 | 1001100 | 110101 | 1111011 | 1000010 | 11100 |
Color Harmonies of #18771C
Complementary color
Monochromatic Colors of #18771C
Black with #18771C
Text Example
Text Example
White with #18771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18771C; }
p { color: rgb(24,119,28); }
H1.HeaderClassName
{
color: #18771C;
}
.AnyTagClassName
{
color: #18771C;
}
</style>
background-color css
<style>
a { background-color: #18771C; }
a { background-color: rgb(24,119,28); }
div.DivClassName
{
background-color: #18771C;
}
.BgClassName
{
background-color: #18771C;
}
</style>
border-color css
<style>
span { border-color: #18771C; }
span { border-color: rgb(24,119,28); }
td.TdClassName
{
border-color: #18771C;
}
.TagClassName
{
border-color: #18771C;
}
</style>