Shades of Racing Green #13352B
Tints of Racing Green #13352B
RGB
CMYK
RGB Variations
Color information
#13352B (or 0x13352B) is known color: Racing Green. HEX triplet: 13, 35 and 2B. RGB value is (19,53,43). Sum of RGB (Red+Green+Blue) = 19+53+43=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #13352B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13352B is #ECCAD4. Grayscale: #292929. Windows color (decimal): -15518421 or 2831635. OLE color: 2831635.
HSL color Cylindrical-coordinate representation of color #13352B: hue angle of 162.35º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #13352B is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 53 | 43 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.79 |
| HSL | 162.35º | 0.47% | 0.14% | - |
| HSV(B) | 162.35º | 0.64% | 0.21% | - |
| XYZ | 1.98 | 2.86 | 2.73 | - |
| YUV | 41.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 43 | 0.64 | 0 | 0.19 | 0.79 | 162.35 | 0.47 | 0.14 |
| Hex | 13 | 35 | 2B | 40 | 0 | 13 | 4F | A2 | 2F | E |
| Octal | 23 | 65 | 53 | 100 | 0 | 23 | 117 | 242 | 57 | 16 |
| Binary | 10011 | 110101 | 101011 | 1000000 | 0 | 10011 | 1001111 | 10100010 | 101111 | 1110 |
Color Harmonies of #13352B
Complementary color
Monochromatic Colors of #13352B
Black with #13352B
Text Example
Text Example
White with #13352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13352B; }
p { color: rgb(19,53,43); }
H1.HeaderClassName
{
color: #13352B;
}
.AnyTagClassName
{
color: #13352B;
}
</style>
background-color css
<style>
a { background-color: #13352B; }
a { background-color: rgb(19,53,43); }
div.DivClassName
{
background-color: #13352B;
}
.BgClassName
{
background-color: #13352B;
}
</style>
border-color css
<style>
span { border-color: #13352B; }
span { border-color: rgb(19,53,43); }
td.TdClassName
{
border-color: #13352B;
}
.TagClassName
{
border-color: #13352B;
}
</style>