Shades of Racing Green #11302A
Tints of Racing Green #11302A
RGB
CMYK
RGB Variations
Color information
#11302A (or 0x11302A) is known color: Racing Green. HEX triplet: 11, 30 and 2A. RGB value is (17,48,42). Sum of RGB (Red+Green+Blue) = 17+48+42=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #11302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11302A is #EECFD5. Grayscale: #262626. Windows color (decimal): -15650774 or 2764817. OLE color: 2764817.
HSL color Cylindrical-coordinate representation of color #11302A: hue angle of 168.39º 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 #11302A is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 42 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.81 |
| HSL | 168.39º | 0.48% | 0.13% | - |
| HSV(B) | 168.39º | 0.65% | 0.19% | - |
| XYZ | 1.71 | 2.4 | 2.56 | - |
| YUV | 38.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 42 | 0.65 | 0 | 0.13 | 0.81 | 168.39 | 0.48 | 0.13 |
| Hex | 11 | 30 | 2A | 41 | 0 | D | 51 | A8 | 30 | D |
| Octal | 21 | 60 | 52 | 101 | 0 | 15 | 121 | 250 | 60 | 15 |
| Binary | 10001 | 110000 | 101010 | 1000001 | 0 | 1101 | 1010001 | 10101000 | 110000 | 1101 |
Color Harmonies of #11302A
Complementary color
Monochromatic Colors of #11302A
Black with #11302A
Text Example
Text Example
White with #11302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11302A; }
p { color: rgb(17,48,42); }
H1.HeaderClassName
{
color: #11302A;
}
.AnyTagClassName
{
color: #11302A;
}
</style>
background-color css
<style>
a { background-color: #11302A; }
a { background-color: rgb(17,48,42); }
div.DivClassName
{
background-color: #11302A;
}
.BgClassName
{
background-color: #11302A;
}
</style>
border-color css
<style>
span { border-color: #11302A; }
span { border-color: rgb(17,48,42); }
td.TdClassName
{
border-color: #11302A;
}
.TagClassName
{
border-color: #11302A;
}
</style>