Shades of Racing Green #11302B
Tints of Racing Green #11302B
RGB
CMYK
RGB Variations
Color information
#11302B (or 0x11302B) is known color: Racing Green. HEX triplet: 11, 30 and 2B. RGB value is (17,48,43). Sum of RGB (Red+Green+Blue) = 17+48+43=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #11302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11302B is #EECFD4. Grayscale: #262626. Windows color (decimal): -15650773 or 2830353. OLE color: 2830353.
HSL color Cylindrical-coordinate representation of color #11302B: hue angle of 170.32º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11302B is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 43 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.81 |
| HSL | 170.32º | 0.48% | 0.13% | - |
| HSV(B) | 170.32º | 0.65% | 0.19% | - |
| XYZ | 1.72 | 2.41 | 2.66 | - |
| YUV | 38.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 43 | 0.65 | 0 | 0.10 | 0.81 | 170.32 | 0.48 | 0.13 |
| Hex | 11 | 30 | 2B | 41 | 0 | A | 51 | AA | 30 | D |
| Octal | 21 | 60 | 53 | 101 | 0 | 12 | 121 | 252 | 60 | 15 |
| Binary | 10001 | 110000 | 101011 | 1000001 | 0 | 1010 | 1010001 | 10101010 | 110000 | 1101 |
Color Harmonies of #11302B
Complementary color
Monochromatic Colors of #11302B
Black with #11302B
Text Example
Text Example
White with #11302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11302B; }
p { color: rgb(17,48,43); }
H1.HeaderClassName
{
color: #11302B;
}
.AnyTagClassName
{
color: #11302B;
}
</style>
background-color css
<style>
a { background-color: #11302B; }
a { background-color: rgb(17,48,43); }
div.DivClassName
{
background-color: #11302B;
}
.BgClassName
{
background-color: #11302B;
}
</style>
border-color css
<style>
span { border-color: #11302B; }
span { border-color: rgb(17,48,43); }
td.TdClassName
{
border-color: #11302B;
}
.TagClassName
{
border-color: #11302B;
}
</style>