Shades of Racing Green #133029
Tints of Racing Green #133029
RGB
CMYK
RGB Variations
Color information
#133029 (or 0x133029) is known color: Racing Green. HEX triplet: 13, 30 and 29. RGB value is (19,48,41). Sum of RGB (Red+Green+Blue) = 19+48+41=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #133029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133029 is #ECCFD6. Grayscale: #262626. Windows color (decimal): -15519703 or 2699283. OLE color: 2699283.
HSL color Cylindrical-coordinate representation of color #133029: hue angle of 165.52º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133029 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
RGB | 19 | 48 | 41 | - |
CMYK | 0.60 | 0 | 0.15 | 0.81 |
HSL | 165.52º | 0.43% | 0.13% | - |
HSV(B) | 165.52º | 0.6% | 0.19% | - |
XYZ | 1.73 | 2.41 | 2.47 | - |
YUV | 38.53 | 129.39 | 114.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 48 | 41 | 0.60 | 0 | 0.15 | 0.81 | 165.52 | 0.43 | 0.13 |
Hex | 13 | 30 | 29 | 3C | 0 | F | 51 | A6 | 2B | D |
Octal | 23 | 60 | 51 | 74 | 0 | 17 | 121 | 246 | 53 | 15 |
Binary | 10011 | 110000 | 101001 | 111100 | 0 | 1111 | 1010001 | 10100110 | 101011 | 1101 |
Color Harmonies of #133029
Complementary color
Monochromatic Colors of #133029
Black with #133029
Text Example
Text Example
White with #133029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133029; }
p { color: rgb(19,48,41); }
H1.HeaderClassName
{
color: #133029;
}
.AnyTagClassName
{
color: #133029;
}
</style>
background-color css
<style>
a { background-color: #133029; }
a { background-color: rgb(19,48,41); }
div.DivClassName
{
background-color: #133029;
}
.BgClassName
{
background-color: #133029;
}
</style>
border-color css
<style>
span { border-color: #133029; }
span { border-color: rgb(19,48,41); }
td.TdClassName
{
border-color: #133029;
}
.TagClassName
{
border-color: #133029;
}
</style>