Shades of Forest Green #18741C
Tints of Forest Green #18741C
RGB
CMYK
RGB Variations
Color information
#18741C (or 0x18741C) is known color: Forest Green. HEX triplet: 18, 74 and 1C. RGB value is (24,116,28). Sum of RGB (Red+Green+Blue) = 24+116+28=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 116 (45.70% from 255 or 69.05% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 116 - color contains mainly: green. Hex color #18741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18741C is #E78BE3. Grayscale: #4E4E4E. Windows color (decimal): -15174628 or 1864728. OLE color: 1864728.
HSL color Cylindrical-coordinate representation of color #18741C: hue angle of 122.61º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18741C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 116 | 28 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.55 |
| HSL | 122.61º | 0.66% | 0.27% | - |
| HSV(B) | 122.61º | 0.79% | 0.45% | - |
| XYZ | 6.83 | 12.77 | 3.2 | - |
| YUV | 78.46 | 99.52 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 28 | 0.79 | 0 | 0.76 | 0.55 | 122.61 | 0.66 | 0.27 |
| Hex | 18 | 74 | 1C | 4F | 0 | 4C | 37 | 7B | 42 | 1B |
| Octal | 30 | 164 | 34 | 117 | 0 | 114 | 67 | 173 | 102 | 33 |
| Binary | 11000 | 1110100 | 11100 | 1001111 | 0 | 1001100 | 110111 | 1111011 | 1000010 | 11011 |
Color Harmonies of #18741C
Complementary color
Monochromatic Colors of #18741C
Black with #18741C
Text Example
Text Example
White with #18741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18741C; }
p { color: rgb(24,116,28); }
H1.HeaderClassName
{
color: #18741C;
}
.AnyTagClassName
{
color: #18741C;
}
</style>
background-color css
<style>
a { background-color: #18741C; }
a { background-color: rgb(24,116,28); }
div.DivClassName
{
background-color: #18741C;
}
.BgClassName
{
background-color: #18741C;
}
</style>
border-color css
<style>
span { border-color: #18741C; }
span { border-color: rgb(24,116,28); }
td.TdClassName
{
border-color: #18741C;
}
.TagClassName
{
border-color: #18741C;
}
</style>