Shades of Racing Green #13201E
Tints of Racing Green #13201E
RGB
CMYK
RGB Variations
Color information
#13201E (or 0x13201E) is known color: Racing Green. HEX triplet: 13, 20 and 1E. RGB value is (19,32,30). Sum of RGB (Red+Green+Blue) = 19+32+30=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 32 - color contains mainly: green. Hex color #13201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13201E is #ECDFE1. Grayscale: #1B1B1B. Windows color (decimal): -15523810 or 1974291. OLE color: 1974291.
HSL color Cylindrical-coordinate representation of color #13201E: hue angle of 170.77º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #13201E is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 32 | 30 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.87 |
| HSL | 170.77º | 0.25% | 0.1% | - |
| HSV(B) | 170.77º | 0.41% | 0.13% | - |
| XYZ | 1.02 | 1.27 | 1.42 | - |
| YUV | 27.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 30 | 0.41 | 0 | 0.06 | 0.87 | 170.77 | 0.25 | 0.1 |
| Hex | 13 | 20 | 1E | 29 | 0 | 6 | 57 | AB | 19 | A |
| Octal | 23 | 40 | 36 | 51 | 0 | 6 | 127 | 253 | 31 | 12 |
| Binary | 10011 | 100000 | 11110 | 101001 | 0 | 110 | 1010111 | 10101011 | 11001 | 1010 |
Color Harmonies of #13201E
Complementary color
Monochromatic Colors of #13201E
Black with #13201E
Text Example
Text Example
White with #13201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13201E; }
p { color: rgb(19,32,30); }
H1.HeaderClassName
{
color: #13201E;
}
.AnyTagClassName
{
color: #13201E;
}
</style>
background-color css
<style>
a { background-color: #13201E; }
a { background-color: rgb(19,32,30); }
div.DivClassName
{
background-color: #13201E;
}
.BgClassName
{
background-color: #13201E;
}
</style>
border-color css
<style>
span { border-color: #13201E; }
span { border-color: rgb(19,32,30); }
td.TdClassName
{
border-color: #13201E;
}
.TagClassName
{
border-color: #13201E;
}
</style>