Shades of Racing Green #13322A
Tints of Racing Green #13322A
RGB
CMYK
RGB Variations
Color information
#13322A (or 0x13322A) is known color: Racing Green. HEX triplet: 13, 32 and 2A. RGB value is (19,50,42). Sum of RGB (Red+Green+Blue) = 19+50+42=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #13322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13322A is #ECCDD5. Grayscale: #272727. Windows color (decimal): -15519190 or 2765331. OLE color: 2765331.
HSL color Cylindrical-coordinate representation of color #13322A: hue angle of 164.52º 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 #13322A is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 50 | 42 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.80 |
| HSL | 164.52º | 0.45% | 0.14% | - |
| HSV(B) | 164.52º | 0.62% | 0.2% | - |
| XYZ | 1.83 | 2.59 | 2.59 | - |
| YUV | 39.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 42 | 0.62 | 0 | 0.16 | 0.80 | 164.52 | 0.45 | 0.14 |
| Hex | 13 | 32 | 2A | 3E | 0 | 10 | 50 | A5 | 2D | E |
| Octal | 23 | 62 | 52 | 76 | 0 | 20 | 120 | 245 | 55 | 16 |
| Binary | 10011 | 110010 | 101010 | 111110 | 0 | 10000 | 1010000 | 10100101 | 101101 | 1110 |
Color Harmonies of #13322A
Complementary color
Monochromatic Colors of #13322A
Black with #13322A
Text Example
Text Example
White with #13322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13322A; }
p { color: rgb(19,50,42); }
H1.HeaderClassName
{
color: #13322A;
}
.AnyTagClassName
{
color: #13322A;
}
</style>
background-color css
<style>
a { background-color: #13322A; }
a { background-color: rgb(19,50,42); }
div.DivClassName
{
background-color: #13322A;
}
.BgClassName
{
background-color: #13322A;
}
</style>
border-color css
<style>
span { border-color: #13322A; }
span { border-color: rgb(19,50,42); }
td.TdClassName
{
border-color: #13322A;
}
.TagClassName
{
border-color: #13322A;
}
</style>