Shades of Racing Green #131E1D
Tints of Racing Green #131E1D
RGB
CMYK
RGB Variations
Color information
#131E1D (or 0x131E1D) is known color: Racing Green. HEX triplet: 13, 1E and 1D. RGB value is (19,30,29). Sum of RGB (Red+Green+Blue) = 19+30+29=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 30 - color contains mainly: green. Hex color #131E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E1D is #ECE1E2. Grayscale: #1A1A1A. Windows color (decimal): -15524323 or 1908243. OLE color: 1908243.
HSL color Cylindrical-coordinate representation of color #131E1D: hue angle of 174.55º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #131E1D is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 29 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.88 |
| HSL | 174.55º | 0.22% | 0.1% | - |
| HSV(B) | 174.55º | 0.37% | 0.12% | - |
| XYZ | 0.95 | 1.16 | 1.34 | - |
| YUV | 26.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 29 | 0.37 | 0 | 0.03 | 0.88 | 174.55 | 0.22 | 0.1 |
| Hex | 13 | 1E | 1D | 25 | 0 | 3 | 58 | AF | 16 | A |
| Octal | 23 | 36 | 35 | 45 | 0 | 3 | 130 | 257 | 26 | 12 |
| Binary | 10011 | 11110 | 11101 | 100101 | 0 | 11 | 1011000 | 10101111 | 10110 | 1010 |
Color Harmonies of #131E1D
Complementary color
Monochromatic Colors of #131E1D
Black with #131E1D
Text Example
Text Example
White with #131E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E1D; }
p { color: rgb(19,30,29); }
H1.HeaderClassName
{
color: #131E1D;
}
.AnyTagClassName
{
color: #131E1D;
}
</style>
background-color css
<style>
a { background-color: #131E1D; }
a { background-color: rgb(19,30,29); }
div.DivClassName
{
background-color: #131E1D;
}
.BgClassName
{
background-color: #131E1D;
}
</style>
border-color css
<style>
span { border-color: #131E1D; }
span { border-color: rgb(19,30,29); }
td.TdClassName
{
border-color: #131E1D;
}
.TagClassName
{
border-color: #131E1D;
}
</style>