Shades of Racing Green #13302A
Tints of Racing Green #13302A
RGB
CMYK
RGB Variations
Color information
#13302A (or 0x13302A) is known color: Racing Green. HEX triplet: 13, 30 and 2A. RGB value is (19,48,42). Sum of RGB (Red+Green+Blue) = 19+48+42=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #13302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13302A is #ECCFD5. Grayscale: #262626. Windows color (decimal): -15519702 or 2764819. OLE color: 2764819.
HSL color Cylindrical-coordinate representation of color #13302A: hue angle of 167.59º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13302A is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 42 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.81 |
| HSL | 167.59º | 0.43% | 0.13% | - |
| HSV(B) | 167.59º | 0.6% | 0.19% | - |
| XYZ | 1.74 | 2.42 | 2.57 | - |
| YUV | 38.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 42 | 0.60 | 0 | 0.13 | 0.81 | 167.59 | 0.43 | 0.13 |
| Hex | 13 | 30 | 2A | 3C | 0 | D | 51 | A8 | 2B | D |
| Octal | 23 | 60 | 52 | 74 | 0 | 15 | 121 | 250 | 53 | 15 |
| Binary | 10011 | 110000 | 101010 | 111100 | 0 | 1101 | 1010001 | 10101000 | 101011 | 1101 |
Color Harmonies of #13302A
Complementary color
Monochromatic Colors of #13302A
Black with #13302A
Text Example
Text Example
White with #13302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13302A; }
p { color: rgb(19,48,42); }
H1.HeaderClassName
{
color: #13302A;
}
.AnyTagClassName
{
color: #13302A;
}
</style>
background-color css
<style>
a { background-color: #13302A; }
a { background-color: rgb(19,48,42); }
div.DivClassName
{
background-color: #13302A;
}
.BgClassName
{
background-color: #13302A;
}
</style>
border-color css
<style>
span { border-color: #13302A; }
span { border-color: rgb(19,48,42); }
td.TdClassName
{
border-color: #13302A;
}
.TagClassName
{
border-color: #13302A;
}
</style>