Shades of Racing Green #131918
Tints of Racing Green #131918
RGB
CMYK
RGB Variations
Color information
#131918 (or 0x131918) is known color: Racing Green. HEX triplet: 13, 19 and 18. RGB value is (19,25,24). Sum of RGB (Red+Green+Blue) = 19+25+24=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 25 - color contains mainly: green. Hex color #131918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131918 is #ECE6E7. Grayscale: #171717. Windows color (decimal): -15525608 or 1579283. OLE color: 1579283.
HSL color Cylindrical-coordinate representation of color #131918: hue angle of 170º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131918 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 25 | 24 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.90 |
| HSL | 170º | 0.14% | 0.09% | - |
| HSV(B) | 170º | 0.24% | 0.1% | - |
| XYZ | 0.78 | 0.9 | 1 | - |
| YUV | 23.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 24 | 0.24 | 0 | 0.04 | 0.90 | 170 | 0.14 | 0.09 |
| Hex | 13 | 19 | 18 | 18 | 0 | 4 | 5A | AA | E | 9 |
| Octal | 23 | 31 | 30 | 30 | 0 | 4 | 132 | 252 | 16 | 11 |
| Binary | 10011 | 11001 | 11000 | 11000 | 0 | 100 | 1011010 | 10101010 | 1110 | 1001 |
Color Harmonies of #131918
Complementary color
Monochromatic Colors of #131918
Black with #131918
Text Example
Text Example
White with #131918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131918; }
p { color: rgb(19,25,24); }
H1.HeaderClassName
{
color: #131918;
}
.AnyTagClassName
{
color: #131918;
}
</style>
background-color css
<style>
a { background-color: #131918; }
a { background-color: rgb(19,25,24); }
div.DivClassName
{
background-color: #131918;
}
.BgClassName
{
background-color: #131918;
}
</style>
border-color css
<style>
span { border-color: #131918; }
span { border-color: rgb(19,25,24); }
td.TdClassName
{
border-color: #131918;
}
.TagClassName
{
border-color: #131918;
}
</style>