Shades of Racing Green #131F1E
Tints of Racing Green #131F1E
RGB
CMYK
RGB Variations
Color information
#131F1E (or 0x131F1E) is known color: Racing Green. HEX triplet: 13, 1F and 1E. RGB value is (19,31,30). Sum of RGB (Red+Green+Blue) = 19+31+30=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 31 - color contains mainly: green. Hex color #131F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F1E is #ECE0E1. Grayscale: #1B1B1B. Windows color (decimal): -15524066 or 1974035. OLE color: 1974035.
HSL color Cylindrical-coordinate representation of color #131F1E: hue angle of 175º 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 #131F1E is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 30 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.88 |
| HSL | 175º | 0.24% | 0.1% | - |
| HSV(B) | 175º | 0.39% | 0.12% | - |
| XYZ | 0.99 | 1.21 | 1.41 | - |
| YUV | 27.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 30 | 0.39 | 0 | 0.03 | 0.88 | 175 | 0.24 | 0.1 |
| Hex | 13 | 1F | 1E | 27 | 0 | 3 | 58 | AF | 18 | A |
| Octal | 23 | 37 | 36 | 47 | 0 | 3 | 130 | 257 | 30 | 12 |
| Binary | 10011 | 11111 | 11110 | 100111 | 0 | 11 | 1011000 | 10101111 | 11000 | 1010 |
Color Harmonies of #131F1E
Complementary color
Monochromatic Colors of #131F1E
Black with #131F1E
Text Example
Text Example
White with #131F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F1E; }
p { color: rgb(19,31,30); }
H1.HeaderClassName
{
color: #131F1E;
}
.AnyTagClassName
{
color: #131F1E;
}
</style>
background-color css
<style>
a { background-color: #131F1E; }
a { background-color: rgb(19,31,30); }
div.DivClassName
{
background-color: #131F1E;
}
.BgClassName
{
background-color: #131F1E;
}
</style>
border-color css
<style>
span { border-color: #131F1E; }
span { border-color: rgb(19,31,30); }
td.TdClassName
{
border-color: #131F1E;
}
.TagClassName
{
border-color: #131F1E;
}
</style>