Shades of Racing Green #13392F
Tints of Racing Green #13392F
RGB
CMYK
RGB Variations
Color information
#13392F (or 0x13392F) is known color: Racing Green. HEX triplet: 13, 39 and 2F. RGB value is (19,57,47). Sum of RGB (Red+Green+Blue) = 19+57+47=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #13392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13392F is #ECC6D0. Grayscale: #2C2C2C. Windows color (decimal): -15517393 or 3094803. OLE color: 3094803.
HSL color Cylindrical-coordinate representation of color #13392F: hue angle of 164.21º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13392F is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 47 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.78 |
| HSL | 164.21º | 0.5% | 0.15% | - |
| HSV(B) | 164.21º | 0.67% | 0.22% | - |
| XYZ | 2.24 | 3.27 | 3.2 | - |
| YUV | 44.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 47 | 0.67 | 0 | 0.18 | 0.78 | 164.21 | 0.5 | 0.15 |
| Hex | 13 | 39 | 2F | 43 | 0 | 12 | 4E | A4 | 32 | F |
| Octal | 23 | 71 | 57 | 103 | 0 | 22 | 116 | 244 | 62 | 17 |
| Binary | 10011 | 111001 | 101111 | 1000011 | 0 | 10010 | 1001110 | 10100100 | 110010 | 1111 |
Color Harmonies of #13392F
Complementary color
Monochromatic Colors of #13392F
Black with #13392F
Text Example
Text Example
White with #13392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13392F; }
p { color: rgb(19,57,47); }
H1.HeaderClassName
{
color: #13392F;
}
.AnyTagClassName
{
color: #13392F;
}
</style>
background-color css
<style>
a { background-color: #13392F; }
a { background-color: rgb(19,57,47); }
div.DivClassName
{
background-color: #13392F;
}
.BgClassName
{
background-color: #13392F;
}
</style>
border-color css
<style>
span { border-color: #13392F; }
span { border-color: rgb(19,57,47); }
td.TdClassName
{
border-color: #13392F;
}
.TagClassName
{
border-color: #13392F;
}
</style>