Shades of Racing Green #133028
Tints of Racing Green #133028
RGB
CMYK
RGB Variations
Color information
#133028 (or 0x133028) is known color: Racing Green. HEX triplet: 13, 30 and 28. RGB value is (19,48,40). Sum of RGB (Red+Green+Blue) = 19+48+40=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #133028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133028 is #ECCFD7. Grayscale: #262626. Windows color (decimal): -15519704 or 2633747. OLE color: 2633747.
HSL color Cylindrical-coordinate representation of color #133028: hue angle of 163.45º 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 #133028 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 40 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.81 |
| HSL | 163.45º | 0.43% | 0.13% | - |
| HSV(B) | 163.45º | 0.6% | 0.19% | - |
| XYZ | 1.71 | 2.41 | 2.38 | - |
| YUV | 38.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 40 | 0.60 | 0 | 0.17 | 0.81 | 163.45 | 0.43 | 0.13 |
| Hex | 13 | 30 | 28 | 3C | 0 | 11 | 51 | A3 | 2B | D |
| Octal | 23 | 60 | 50 | 74 | 0 | 21 | 121 | 243 | 53 | 15 |
| Binary | 10011 | 110000 | 101000 | 111100 | 0 | 10001 | 1010001 | 10100011 | 101011 | 1101 |
Color Harmonies of #133028
Complementary color
Monochromatic Colors of #133028
Black with #133028
Text Example
Text Example
White with #133028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133028; }
p { color: rgb(19,48,40); }
H1.HeaderClassName
{
color: #133028;
}
.AnyTagClassName
{
color: #133028;
}
</style>
background-color css
<style>
a { background-color: #133028; }
a { background-color: rgb(19,48,40); }
div.DivClassName
{
background-color: #133028;
}
.BgClassName
{
background-color: #133028;
}
</style>
border-color css
<style>
span { border-color: #133028; }
span { border-color: rgb(19,48,40); }
td.TdClassName
{
border-color: #133028;
}
.TagClassName
{
border-color: #133028;
}
</style>