Shades of Racing Green #13342F
Tints of Racing Green #13342F
RGB
CMYK
RGB Variations
Color information
#13342F (or 0x13342F) is known color: Racing Green. HEX triplet: 13, 34 and 2F. RGB value is (19,52,47). Sum of RGB (Red+Green+Blue) = 19+52+47=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #13342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13342F is #ECCBD0. Grayscale: #292929. Windows color (decimal): -15518673 or 3093523. OLE color: 3093523.
HSL color Cylindrical-coordinate representation of color #13342F: hue angle of 170.91º 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 #13342F is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 52 | 47 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.80 |
| HSL | 170.91º | 0.46% | 0.14% | - |
| HSV(B) | 170.91º | 0.63% | 0.2% | - |
| XYZ | 2.01 | 2.8 | 3.12 | - |
| YUV | 41.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 47 | 0.63 | 0 | 0.10 | 0.80 | 170.91 | 0.46 | 0.14 |
| Hex | 13 | 34 | 2F | 3F | 0 | A | 50 | AB | 2E | E |
| Octal | 23 | 64 | 57 | 77 | 0 | 12 | 120 | 253 | 56 | 16 |
| Binary | 10011 | 110100 | 101111 | 111111 | 0 | 1010 | 1010000 | 10101011 | 101110 | 1110 |
Color Harmonies of #13342F
Complementary color
Monochromatic Colors of #13342F
Black with #13342F
Text Example
Text Example
White with #13342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13342F; }
p { color: rgb(19,52,47); }
H1.HeaderClassName
{
color: #13342F;
}
.AnyTagClassName
{
color: #13342F;
}
</style>
background-color css
<style>
a { background-color: #13342F; }
a { background-color: rgb(19,52,47); }
div.DivClassName
{
background-color: #13342F;
}
.BgClassName
{
background-color: #13342F;
}
</style>
border-color css
<style>
span { border-color: #13342F; }
span { border-color: rgb(19,52,47); }
td.TdClassName
{
border-color: #13342F;
}
.TagClassName
{
border-color: #13342F;
}
</style>