Shades of Forest Green #18781C
Tints of Forest Green #18781C
RGB
CMYK
RGB Variations
Color information
#18781C (or 0x18781C) is known color: Forest Green. HEX triplet: 18, 78 and 1C. RGB value is (24,120,28). Sum of RGB (Red+Green+Blue) = 24+120+28=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 120 (47.27% from 255 or 69.77% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 120 - color contains mainly: green. Hex color #18781C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18781C is #E787E3. Grayscale: #515151. Windows color (decimal): -15173604 or 1865752. OLE color: 1865752.
HSL color Cylindrical-coordinate representation of color #18781C: hue angle of 122.5º degrees, saturation: 0.67, 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 #18781C is Cyan = 0.8, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 120 | 28 | - |
| CMYK | 0.8 | 0 | 0.77 | 0.53 |
| HSL | 122.5º | 0.67% | 0.28% | - |
| HSV(B) | 122.5º | 0.8% | 0.47% | - |
| XYZ | 7.3 | 13.71 | 3.36 | - |
| YUV | 80.81 | 98.2 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 28 | 0.8 | 0 | 0.77 | 0.53 | 122.5 | 0.67 | 0.28 |
| Hex | 18 | 78 | 1C | 50 | 0 | 4D | 35 | 7B | 43 | 1C |
| Octal | 30 | 170 | 34 | 120 | 0 | 115 | 65 | 173 | 103 | 34 |
| Binary | 11000 | 1111000 | 11100 | 1010000 | 0 | 1001101 | 110101 | 1111011 | 1000011 | 11100 |
Color Harmonies of #18781C
Complementary color
Monochromatic Colors of #18781C
Black with #18781C
Text Example
Text Example
White with #18781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18781C; }
p { color: rgb(24,120,28); }
H1.HeaderClassName
{
color: #18781C;
}
.AnyTagClassName
{
color: #18781C;
}
</style>
background-color css
<style>
a { background-color: #18781C; }
a { background-color: rgb(24,120,28); }
div.DivClassName
{
background-color: #18781C;
}
.BgClassName
{
background-color: #18781C;
}
</style>
border-color css
<style>
span { border-color: #18781C; }
span { border-color: rgb(24,120,28); }
td.TdClassName
{
border-color: #18781C;
}
.TagClassName
{
border-color: #18781C;
}
</style>