Shades of Racing Green #131E1C
Tints of Racing Green #131E1C
RGB
CMYK
RGB Variations
Color information
#131E1C (or 0x131E1C) is known color: Racing Green. HEX triplet: 13, 1E and 1C. RGB value is (19,30,28). Sum of RGB (Red+Green+Blue) = 19+30+28=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #131E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E1C is #ECE1E3. Grayscale: #1A1A1A. Windows color (decimal): -15524324 or 1842707. OLE color: 1842707.
HSL color Cylindrical-coordinate representation of color #131E1C: hue angle of 169.09º 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 #131E1C is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 28 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.88 |
| HSL | 169.09º | 0.22% | 0.1% | - |
| HSV(B) | 169.09º | 0.37% | 0.12% | - |
| XYZ | 0.94 | 1.15 | 1.27 | - |
| YUV | 26.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 28 | 0.37 | 0 | 0.07 | 0.88 | 169.09 | 0.22 | 0.1 |
| Hex | 13 | 1E | 1C | 25 | 0 | 7 | 58 | A9 | 16 | A |
| Octal | 23 | 36 | 34 | 45 | 0 | 7 | 130 | 251 | 26 | 12 |
| Binary | 10011 | 11110 | 11100 | 100101 | 0 | 111 | 1011000 | 10101001 | 10110 | 1010 |
Color Harmonies of #131E1C
Complementary color
Monochromatic Colors of #131E1C
Black with #131E1C
Text Example
Text Example
White with #131E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E1C; }
p { color: rgb(19,30,28); }
H1.HeaderClassName
{
color: #131E1C;
}
.AnyTagClassName
{
color: #131E1C;
}
</style>
background-color css
<style>
a { background-color: #131E1C; }
a { background-color: rgb(19,30,28); }
div.DivClassName
{
background-color: #131E1C;
}
.BgClassName
{
background-color: #131E1C;
}
</style>
border-color css
<style>
span { border-color: #131E1C; }
span { border-color: rgb(19,30,28); }
td.TdClassName
{
border-color: #131E1C;
}
.TagClassName
{
border-color: #131E1C;
}
</style>