Shades of Green #187400
Tints of Green #187400
RGB
CMYK
RGB Variations
Color information
#187400 (or 0x187400) is known color: Green. HEX triplet: 18, 74 and 00. RGB value is (24,116,0). Sum of RGB (Red+Green+Blue) = 24+116+0=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 116 (45.70% from 255 or 82.86% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 116 - color contains mainly: green. Hex color #187400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #187400 is #E78BFF. Grayscale: #4B4B4B. Windows color (decimal): -15174656 or 29720. OLE color: 29720.
HSL color Cylindrical-coordinate representation of color #187400: hue angle of 107.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #187400 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 116 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.55 |
| HSL | 107.59º | 1% | 0.23% | - |
| HSV(B) | 107.59º | 1% | 0.45% | - |
| XYZ | 6.62 | 12.68 | 2.1 | - |
| YUV | 75.27 | 85.52 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 0 | 0.79 | 0 | 1 | 0.55 | 107.59 | 1 | 0.23 |
| Hex | 18 | 74 | 0 | 4F | 0 | 64 | 37 | 6C | 64 | 17 |
| Octal | 30 | 164 | 0 | 117 | 0 | 144 | 67 | 154 | 144 | 27 |
| Binary | 11000 | 1110100 | 0 | 1001111 | 0 | 1100100 | 110111 | 1101100 | 1100100 | 10111 |
Color Harmonies of #187400
Complementary color
Monochromatic Colors of #187400
Black with #187400
Text Example
Text Example
White with #187400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187400; }
p { color: rgb(24,116,0); }
H1.HeaderClassName
{
color: #187400;
}
.AnyTagClassName
{
color: #187400;
}
</style>
background-color css
<style>
a { background-color: #187400; }
a { background-color: rgb(24,116,0); }
div.DivClassName
{
background-color: #187400;
}
.BgClassName
{
background-color: #187400;
}
</style>
border-color css
<style>
span { border-color: #187400; }
span { border-color: rgb(24,116,0); }
td.TdClassName
{
border-color: #187400;
}
.TagClassName
{
border-color: #187400;
}
</style>