Shades of Racing Green #13362C
Tints of Racing Green #13362C
RGB
CMYK
RGB Variations
Color information
#13362C (or 0x13362C) is known color: Racing Green. HEX triplet: 13, 36 and 2C. RGB value is (19,54,44). Sum of RGB (Red+Green+Blue) = 19+54+44=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #13362C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13362C is #ECC9D3. Grayscale: #2A2A2A. Windows color (decimal): -15518164 or 2897427. OLE color: 2897427.
HSL color Cylindrical-coordinate representation of color #13362C: hue angle of 162.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13362C is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 54 | 44 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.79 |
| HSL | 162.86º | 0.48% | 0.14% | - |
| HSV(B) | 162.86º | 0.65% | 0.21% | - |
| XYZ | 2.04 | 2.96 | 2.85 | - |
| YUV | 42.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 44 | 0.65 | 0 | 0.19 | 0.79 | 162.86 | 0.48 | 0.14 |
| Hex | 13 | 36 | 2C | 41 | 0 | 13 | 4F | A3 | 30 | E |
| Octal | 23 | 66 | 54 | 101 | 0 | 23 | 117 | 243 | 60 | 16 |
| Binary | 10011 | 110110 | 101100 | 1000001 | 0 | 10011 | 1001111 | 10100011 | 110000 | 1110 |
Color Harmonies of #13362C
Complementary color
Monochromatic Colors of #13362C
Black with #13362C
Text Example
Text Example
White with #13362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13362C; }
p { color: rgb(19,54,44); }
H1.HeaderClassName
{
color: #13362C;
}
.AnyTagClassName
{
color: #13362C;
}
</style>
background-color css
<style>
a { background-color: #13362C; }
a { background-color: rgb(19,54,44); }
div.DivClassName
{
background-color: #13362C;
}
.BgClassName
{
background-color: #13362C;
}
</style>
border-color css
<style>
span { border-color: #13362C; }
span { border-color: rgb(19,54,44); }
td.TdClassName
{
border-color: #13362C;
}
.TagClassName
{
border-color: #13362C;
}
</style>