Shades of Racing Green #181F1E
Tints of Racing Green #181F1E
RGB
CMYK
RGB Variations
Color information
#181F1E (or 0x181F1E) is known color: Racing Green. HEX triplet: 18, 1F and 1E. RGB value is (24,31,30). Sum of RGB (Red+Green+Blue) = 24+31+30=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 31 - color contains mainly: green. Hex color #181F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F1E is #E7E0E1. Grayscale: #1C1C1C. Windows color (decimal): -15196386 or 1974040. OLE color: 1974040.
HSL color Cylindrical-coordinate representation of color #181F1E: hue angle of 171.43º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #181F1E is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 31 | 30 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.88 |
| HSL | 171.43º | 0.13% | 0.11% | - |
| HSV(B) | 171.43º | 0.23% | 0.12% | - |
| XYZ | 1.1 | 1.27 | 1.41 | - |
| YUV | 28.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 30 | 0.23 | 0 | 0.03 | 0.88 | 171.43 | 0.13 | 0.11 |
| Hex | 18 | 1F | 1E | 17 | 0 | 3 | 58 | AB | D | B |
| Octal | 30 | 37 | 36 | 27 | 0 | 3 | 130 | 253 | 15 | 13 |
| Binary | 11000 | 11111 | 11110 | 10111 | 0 | 11 | 1011000 | 10101011 | 1101 | 1011 |
Color Harmonies of #181F1E
Complementary color
Monochromatic Colors of #181F1E
Black with #181F1E
Text Example
Text Example
White with #181F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F1E; }
p { color: rgb(24,31,30); }
H1.HeaderClassName
{
color: #181F1E;
}
.AnyTagClassName
{
color: #181F1E;
}
</style>
background-color css
<style>
a { background-color: #181F1E; }
a { background-color: rgb(24,31,30); }
div.DivClassName
{
background-color: #181F1E;
}
.BgClassName
{
background-color: #181F1E;
}
</style>
border-color css
<style>
span { border-color: #181F1E; }
span { border-color: rgb(24,31,30); }
td.TdClassName
{
border-color: #181F1E;
}
.TagClassName
{
border-color: #181F1E;
}
</style>