Shades of Racing Green #133329
Tints of Racing Green #133329
RGB
CMYK
RGB Variations
Color information
#133329 (or 0x133329) is known color: Racing Green. HEX triplet: 13, 33 and 29. RGB value is (19,51,41). Sum of RGB (Red+Green+Blue) = 19+51+41=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #133329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133329 is #ECCCD6. Grayscale: #282828. Windows color (decimal): -15518935 or 2700051. OLE color: 2700051.
HSL color Cylindrical-coordinate representation of color #133329: hue angle of 161.25º 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 #133329 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 41 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.8 |
| HSL | 161.25º | 0.46% | 0.14% | - |
| HSV(B) | 161.25º | 0.63% | 0.2% | - |
| XYZ | 1.85 | 2.67 | 2.51 | - |
| YUV | 40.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 41 | 0.63 | 0 | 0.20 | 0.8 | 161.25 | 0.46 | 0.14 |
| Hex | 13 | 33 | 29 | 3F | 0 | 14 | 50 | A1 | 2E | E |
| Octal | 23 | 63 | 51 | 77 | 0 | 24 | 120 | 241 | 56 | 16 |
| Binary | 10011 | 110011 | 101001 | 111111 | 0 | 10100 | 1010000 | 10100001 | 101110 | 1110 |
Color Harmonies of #133329
Complementary color
Monochromatic Colors of #133329
Black with #133329
Text Example
Text Example
White with #133329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133329; }
p { color: rgb(19,51,41); }
H1.HeaderClassName
{
color: #133329;
}
.AnyTagClassName
{
color: #133329;
}
</style>
background-color css
<style>
a { background-color: #133329; }
a { background-color: rgb(19,51,41); }
div.DivClassName
{
background-color: #133329;
}
.BgClassName
{
background-color: #133329;
}
</style>
border-color css
<style>
span { border-color: #133329; }
span { border-color: rgb(19,51,41); }
td.TdClassName
{
border-color: #133329;
}
.TagClassName
{
border-color: #133329;
}
</style>