Shades of Racing Green #131B1A
Tints of Racing Green #131B1A
RGB
CMYK
RGB Variations
Color information
#131B1A (or 0x131B1A) is known color: Racing Green. HEX triplet: 13, 1B and 1A. RGB value is (19,27,26). Sum of RGB (Red+Green+Blue) = 19+27+26=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 27 - color contains mainly: green. Hex color #131B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B1A is #ECE4E5. Grayscale: #181818. Windows color (decimal): -15525094 or 1710867. OLE color: 1710867.
HSL color Cylindrical-coordinate representation of color #131B1A: hue angle of 172.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B1A is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 27 | 26 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.89 |
| HSL | 172.5º | 0.17% | 0.09% | - |
| HSV(B) | 172.5º | 0.3% | 0.11% | - |
| XYZ | 0.85 | 1 | 1.13 | - |
| YUV | 24.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 26 | 0.30 | 0 | 0.04 | 0.89 | 172.5 | 0.17 | 0.09 |
| Hex | 13 | 1B | 1A | 1E | 0 | 4 | 59 | AC | 11 | 9 |
| Octal | 23 | 33 | 32 | 36 | 0 | 4 | 131 | 254 | 21 | 11 |
| Binary | 10011 | 11011 | 11010 | 11110 | 0 | 100 | 1011001 | 10101100 | 10001 | 1001 |
Color Harmonies of #131B1A
Complementary color
Monochromatic Colors of #131B1A
Black with #131B1A
Text Example
Text Example
White with #131B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B1A; }
p { color: rgb(19,27,26); }
H1.HeaderClassName
{
color: #131B1A;
}
.AnyTagClassName
{
color: #131B1A;
}
</style>
background-color css
<style>
a { background-color: #131B1A; }
a { background-color: rgb(19,27,26); }
div.DivClassName
{
background-color: #131B1A;
}
.BgClassName
{
background-color: #131B1A;
}
</style>
border-color css
<style>
span { border-color: #131B1A; }
span { border-color: rgb(19,27,26); }
td.TdClassName
{
border-color: #131B1A;
}
.TagClassName
{
border-color: #131B1A;
}
</style>