Shades of Racing Green #131C1A
Tints of Racing Green #131C1A
RGB
CMYK
RGB Variations
Color information
#131C1A (or 0x131C1A) is known color: Racing Green. HEX triplet: 13, 1C and 1A. RGB value is (19,28,26). Sum of RGB (Red+Green+Blue) = 19+28+26=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 28 - color contains mainly: green. Hex color #131C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C1A is #ECE3E5. Grayscale: #191919. Windows color (decimal): -15524838 or 1711123. OLE color: 1711123.
HSL color Cylindrical-coordinate representation of color #131C1A: hue angle of 166.67º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #131C1A is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 26 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.89 |
| HSL | 166.67º | 0.19% | 0.09% | - |
| HSV(B) | 166.67º | 0.32% | 0.11% | - |
| XYZ | 0.87 | 1.04 | 1.13 | - |
| YUV | 25.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 26 | 0.32 | 0 | 0.07 | 0.89 | 166.67 | 0.19 | 0.09 |
| Hex | 13 | 1C | 1A | 20 | 0 | 7 | 59 | A7 | 13 | 9 |
| Octal | 23 | 34 | 32 | 40 | 0 | 7 | 131 | 247 | 23 | 11 |
| Binary | 10011 | 11100 | 11010 | 100000 | 0 | 111 | 1011001 | 10100111 | 10011 | 1001 |
Color Harmonies of #131C1A
Complementary color
Monochromatic Colors of #131C1A
Black with #131C1A
Text Example
Text Example
White with #131C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C1A; }
p { color: rgb(19,28,26); }
H1.HeaderClassName
{
color: #131C1A;
}
.AnyTagClassName
{
color: #131C1A;
}
</style>
background-color css
<style>
a { background-color: #131C1A; }
a { background-color: rgb(19,28,26); }
div.DivClassName
{
background-color: #131C1A;
}
.BgClassName
{
background-color: #131C1A;
}
</style>
border-color css
<style>
span { border-color: #131C1A; }
span { border-color: rgb(19,28,26); }
td.TdClassName
{
border-color: #131C1A;
}
.TagClassName
{
border-color: #131C1A;
}
</style>