Shades of Forest Green #18850C
Tints of Forest Green #18850C
RGB
CMYK
RGB Variations
Color information
#18850C (or 0x18850C) is known color: Forest Green. HEX triplet: 18, 85 and 0C. RGB value is (24,133,12). Sum of RGB (Red+Green+Blue) = 24+133+12=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #18850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18850C is #E77AF3. Grayscale: #565656. Windows color (decimal): -15170292 or 820504. OLE color: 820504.
HSL color Cylindrical-coordinate representation of color #18850C: hue angle of 114.05º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18850C is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 12 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.48 |
| HSL | 114.05º | 0.83% | 0.28% | - |
| HSV(B) | 114.05º | 0.91% | 0.52% | - |
| XYZ | 8.83 | 17 | 3.16 | - |
| YUV | 86.62 | 85.89 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 12 | 0.82 | 0 | 0.91 | 0.48 | 114.05 | 0.83 | 0.28 |
| Hex | 18 | 85 | C | 52 | 0 | 5B | 30 | 72 | 53 | 1C |
| Octal | 30 | 205 | 14 | 122 | 0 | 133 | 60 | 162 | 123 | 34 |
| Binary | 11000 | 10000101 | 1100 | 1010010 | 0 | 1011011 | 110000 | 1110010 | 1010011 | 11100 |
Color Harmonies of #18850C
Complementary color
Monochromatic Colors of #18850C
Black with #18850C
Text Example
Text Example
White with #18850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18850C; }
p { color: rgb(24,133,12); }
H1.HeaderClassName
{
color: #18850C;
}
.AnyTagClassName
{
color: #18850C;
}
</style>
background-color css
<style>
a { background-color: #18850C; }
a { background-color: rgb(24,133,12); }
div.DivClassName
{
background-color: #18850C;
}
.BgClassName
{
background-color: #18850C;
}
</style>
border-color css
<style>
span { border-color: #18850C; }
span { border-color: rgb(24,133,12); }
td.TdClassName
{
border-color: #18850C;
}
.TagClassName
{
border-color: #18850C;
}
</style>