Shades of Racing Green #13332C
Tints of Racing Green #13332C
RGB
CMYK
RGB Variations
Color information
#13332C (or 0x13332C) is known color: Racing Green. HEX triplet: 13, 33 and 2C. RGB value is (19,51,44). Sum of RGB (Red+Green+Blue) = 19+51+44=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #13332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13332C is #ECCCD3. Grayscale: #282828. Windows color (decimal): -15518932 or 2896659. OLE color: 2896659.
HSL color Cylindrical-coordinate representation of color #13332C: hue angle of 166.88º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13332C is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 44 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.8 |
| HSL | 166.88º | 0.46% | 0.14% | - |
| HSV(B) | 166.88º | 0.63% | 0.2% | - |
| XYZ | 1.91 | 2.69 | 2.8 | - |
| YUV | 40.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 44 | 0.63 | 0 | 0.14 | 0.8 | 166.88 | 0.46 | 0.14 |
| Hex | 13 | 33 | 2C | 3F | 0 | E | 50 | A7 | 2E | E |
| Octal | 23 | 63 | 54 | 77 | 0 | 16 | 120 | 247 | 56 | 16 |
| Binary | 10011 | 110011 | 101100 | 111111 | 0 | 1110 | 1010000 | 10100111 | 101110 | 1110 |
Color Harmonies of #13332C
Complementary color
Monochromatic Colors of #13332C
Black with #13332C
Text Example
Text Example
White with #13332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13332C; }
p { color: rgb(19,51,44); }
H1.HeaderClassName
{
color: #13332C;
}
.AnyTagClassName
{
color: #13332C;
}
</style>
background-color css
<style>
a { background-color: #13332C; }
a { background-color: rgb(19,51,44); }
div.DivClassName
{
background-color: #13332C;
}
.BgClassName
{
background-color: #13332C;
}
</style>
border-color css
<style>
span { border-color: #13332C; }
span { border-color: rgb(19,51,44); }
td.TdClassName
{
border-color: #13332C;
}
.TagClassName
{
border-color: #13332C;
}
</style>