Shades of Racing Green #131F1D
Tints of Racing Green #131F1D
RGB
CMYK
RGB Variations
Color information
#131F1D (or 0x131F1D) is known color: Racing Green. HEX triplet: 13, 1F and 1D. RGB value is (19,31,29). Sum of RGB (Red+Green+Blue) = 19+31+29=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 31 - color contains mainly: green. Hex color #131F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F1D is #ECE0E2. Grayscale: #1B1B1B. Windows color (decimal): -15524067 or 1908499. OLE color: 1908499.
HSL color Cylindrical-coordinate representation of color #131F1D: hue angle of 170º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #131F1D is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 29 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.88 |
| HSL | 170º | 0.24% | 0.1% | - |
| HSV(B) | 170º | 0.39% | 0.12% | - |
| XYZ | 0.98 | 1.21 | 1.34 | - |
| YUV | 27.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 29 | 0.39 | 0 | 0.06 | 0.88 | 170 | 0.24 | 0.1 |
| Hex | 13 | 1F | 1D | 27 | 0 | 6 | 58 | AA | 18 | A |
| Octal | 23 | 37 | 35 | 47 | 0 | 6 | 130 | 252 | 30 | 12 |
| Binary | 10011 | 11111 | 11101 | 100111 | 0 | 110 | 1011000 | 10101010 | 11000 | 1010 |
Color Harmonies of #131F1D
Complementary color
Monochromatic Colors of #131F1D
Black with #131F1D
Text Example
Text Example
White with #131F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F1D; }
p { color: rgb(19,31,29); }
H1.HeaderClassName
{
color: #131F1D;
}
.AnyTagClassName
{
color: #131F1D;
}
</style>
background-color css
<style>
a { background-color: #131F1D; }
a { background-color: rgb(19,31,29); }
div.DivClassName
{
background-color: #131F1D;
}
.BgClassName
{
background-color: #131F1D;
}
</style>
border-color css
<style>
span { border-color: #131F1D; }
span { border-color: rgb(19,31,29); }
td.TdClassName
{
border-color: #131F1D;
}
.TagClassName
{
border-color: #131F1D;
}
</style>