Shades of Racing Green #181E1C
Tints of Racing Green #181E1C
RGB
CMYK
RGB Variations
Color information
#181E1C (or 0x181E1C) is known color: Racing Green. HEX triplet: 18, 1E and 1C. RGB value is (24,30,28). Sum of RGB (Red+Green+Blue) = 24+30+28=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 30 - color contains mainly: green. Hex color #181E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E1C is #E7E1E3. Grayscale: #1B1B1B. Windows color (decimal): -15196644 or 1842712. OLE color: 1842712.
HSL color Cylindrical-coordinate representation of color #181E1C: hue angle of 160º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #181E1C is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 30 | 28 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.88 |
| HSL | 160º | 0.11% | 0.11% | - |
| HSV(B) | 160º | 0.2% | 0.12% | - |
| XYZ | 1.05 | 1.21 | 1.28 | - |
| YUV | 27.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 28 | 0.20 | 0 | 0.07 | 0.88 | 160 | 0.11 | 0.11 |
| Hex | 18 | 1E | 1C | 14 | 0 | 7 | 58 | A0 | B | B |
| Octal | 30 | 36 | 34 | 24 | 0 | 7 | 130 | 240 | 13 | 13 |
| Binary | 11000 | 11110 | 11100 | 10100 | 0 | 111 | 1011000 | 10100000 | 1011 | 1011 |
Color Harmonies of #181E1C
Complementary color
Monochromatic Colors of #181E1C
Black with #181E1C
Text Example
Text Example
White with #181E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E1C; }
p { color: rgb(24,30,28); }
H1.HeaderClassName
{
color: #181E1C;
}
.AnyTagClassName
{
color: #181E1C;
}
</style>
background-color css
<style>
a { background-color: #181E1C; }
a { background-color: rgb(24,30,28); }
div.DivClassName
{
background-color: #181E1C;
}
.BgClassName
{
background-color: #181E1C;
}
</style>
border-color css
<style>
span { border-color: #181E1C; }
span { border-color: rgb(24,30,28); }
td.TdClassName
{
border-color: #181E1C;
}
.TagClassName
{
border-color: #181E1C;
}
</style>