Shades of Racing Green #131F1C
Tints of Racing Green #131F1C
RGB
CMYK
RGB Variations
Color information
#131F1C (or 0x131F1C) is known color: Racing Green. HEX triplet: 13, 1F and 1C. RGB value is (19,31,28). Sum of RGB (Red+Green+Blue) = 19+31+28=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 31 - color contains mainly: green. Hex color #131F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F1C is #ECE0E3. Grayscale: #1B1B1B. Windows color (decimal): -15524068 or 1842963. OLE color: 1842963.
HSL color Cylindrical-coordinate representation of color #131F1C: hue angle of 165º 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 #131F1C is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 28 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.88 |
| HSL | 165º | 0.24% | 0.1% | - |
| HSV(B) | 165º | 0.39% | 0.12% | - |
| XYZ | 0.97 | 1.2 | 1.28 | - |
| YUV | 27.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 28 | 0.39 | 0 | 0.10 | 0.88 | 165 | 0.24 | 0.1 |
| Hex | 13 | 1F | 1C | 27 | 0 | A | 58 | A5 | 18 | A |
| Octal | 23 | 37 | 34 | 47 | 0 | 12 | 130 | 245 | 30 | 12 |
| Binary | 10011 | 11111 | 11100 | 100111 | 0 | 1010 | 1011000 | 10100101 | 11000 | 1010 |
Color Harmonies of #131F1C
Complementary color
Monochromatic Colors of #131F1C
Black with #131F1C
Text Example
Text Example
White with #131F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F1C; }
p { color: rgb(19,31,28); }
H1.HeaderClassName
{
color: #131F1C;
}
.AnyTagClassName
{
color: #131F1C;
}
</style>
background-color css
<style>
a { background-color: #131F1C; }
a { background-color: rgb(19,31,28); }
div.DivClassName
{
background-color: #131F1C;
}
.BgClassName
{
background-color: #131F1C;
}
</style>
border-color css
<style>
span { border-color: #131F1C; }
span { border-color: rgb(19,31,28); }
td.TdClassName
{
border-color: #131F1C;
}
.TagClassName
{
border-color: #131F1C;
}
</style>