Shades of Racing Green #13322C
Tints of Racing Green #13322C
RGB
CMYK
RGB Variations
Color information
#13322C (or 0x13322C) is known color: Racing Green. HEX triplet: 13, 32 and 2C. RGB value is (19,50,44). Sum of RGB (Red+Green+Blue) = 19+50+44=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #13322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13322C is #ECCDD3. Grayscale: #282828. Windows color (decimal): -15519188 or 2896403. OLE color: 2896403.
HSL color Cylindrical-coordinate representation of color #13322C: hue angle of 168.39º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13322C is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 50 | 44 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.80 |
| HSL | 168.39º | 0.45% | 0.14% | - |
| HSV(B) | 168.39º | 0.62% | 0.2% | - |
| XYZ | 1.86 | 2.6 | 2.79 | - |
| YUV | 40.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 44 | 0.62 | 0 | 0.12 | 0.80 | 168.39 | 0.45 | 0.14 |
| Hex | 13 | 32 | 2C | 3E | 0 | C | 50 | A8 | 2D | E |
| Octal | 23 | 62 | 54 | 76 | 0 | 14 | 120 | 250 | 55 | 16 |
| Binary | 10011 | 110010 | 101100 | 111110 | 0 | 1100 | 1010000 | 10101000 | 101101 | 1110 |
Color Harmonies of #13322C
Complementary color
Monochromatic Colors of #13322C
Black with #13322C
Text Example
Text Example
White with #13322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13322C; }
p { color: rgb(19,50,44); }
H1.HeaderClassName
{
color: #13322C;
}
.AnyTagClassName
{
color: #13322C;
}
</style>
background-color css
<style>
a { background-color: #13322C; }
a { background-color: rgb(19,50,44); }
div.DivClassName
{
background-color: #13322C;
}
.BgClassName
{
background-color: #13322C;
}
</style>
border-color css
<style>
span { border-color: #13322C; }
span { border-color: rgb(19,50,44); }
td.TdClassName
{
border-color: #13322C;
}
.TagClassName
{
border-color: #13322C;
}
</style>