Shades of Racing Green #133128
Tints of Racing Green #133128
RGB
CMYK
RGB Variations
Color information
#133128 (or 0x133128) is known color: Racing Green. HEX triplet: 13, 31 and 28. RGB value is (19,49,40). Sum of RGB (Red+Green+Blue) = 19+49+40=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #133128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133128 is #ECCED7. Grayscale: #272727. Windows color (decimal): -15519448 or 2634003. OLE color: 2634003.
HSL color Cylindrical-coordinate representation of color #133128: hue angle of 162º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133128 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 40 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.81 |
| HSL | 162º | 0.44% | 0.13% | - |
| HSV(B) | 162º | 0.61% | 0.19% | - |
| XYZ | 1.75 | 2.49 | 2.4 | - |
| YUV | 39 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 40 | 0.61 | 0 | 0.18 | 0.81 | 162 | 0.44 | 0.13 |
| Hex | 13 | 31 | 28 | 3D | 0 | 12 | 51 | A2 | 2C | D |
| Octal | 23 | 61 | 50 | 75 | 0 | 22 | 121 | 242 | 54 | 15 |
| Binary | 10011 | 110001 | 101000 | 111101 | 0 | 10010 | 1010001 | 10100010 | 101100 | 1101 |
Color Harmonies of #133128
Complementary color
Monochromatic Colors of #133128
Black with #133128
Text Example
Text Example
White with #133128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133128; }
p { color: rgb(19,49,40); }
H1.HeaderClassName
{
color: #133128;
}
.AnyTagClassName
{
color: #133128;
}
</style>
background-color css
<style>
a { background-color: #133128; }
a { background-color: rgb(19,49,40); }
div.DivClassName
{
background-color: #133128;
}
.BgClassName
{
background-color: #133128;
}
</style>
border-color css
<style>
span { border-color: #133128; }
span { border-color: rgb(19,49,40); }
td.TdClassName
{
border-color: #133128;
}
.TagClassName
{
border-color: #133128;
}
</style>