Shades of Racing Green #18312B
Tints of Racing Green #18312B
RGB
CMYK
RGB Variations
Color information
#18312B (or 0x18312B) is known color: Racing Green. HEX triplet: 18, 31 and 2B. RGB value is (24,49,43). Sum of RGB (Red+Green+Blue) = 24+49+43=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #18312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18312B is #E7CED4. Grayscale: #282828. Windows color (decimal): -15191765 or 2830616. OLE color: 2830616.
HSL color Cylindrical-coordinate representation of color #18312B: hue angle of 165.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #18312B is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 49 | 43 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.81 |
| HSL | 165.6º | 0.34% | 0.14% | - |
| HSV(B) | 165.6º | 0.51% | 0.19% | - |
| XYZ | 1.91 | 2.57 | 2.68 | - |
| YUV | 40.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 43 | 0.51 | 0 | 0.12 | 0.81 | 165.6 | 0.34 | 0.14 |
| Hex | 18 | 31 | 2B | 33 | 0 | C | 51 | A6 | 22 | E |
| Octal | 30 | 61 | 53 | 63 | 0 | 14 | 121 | 246 | 42 | 16 |
| Binary | 11000 | 110001 | 101011 | 110011 | 0 | 1100 | 1010001 | 10100110 | 100010 | 1110 |
Color Harmonies of #18312B
Complementary color
Monochromatic Colors of #18312B
Black with #18312B
Text Example
Text Example
White with #18312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18312B; }
p { color: rgb(24,49,43); }
H1.HeaderClassName
{
color: #18312B;
}
.AnyTagClassName
{
color: #18312B;
}
</style>
background-color css
<style>
a { background-color: #18312B; }
a { background-color: rgb(24,49,43); }
div.DivClassName
{
background-color: #18312B;
}
.BgClassName
{
background-color: #18312B;
}
</style>
border-color css
<style>
span { border-color: #18312B; }
span { border-color: rgb(24,49,43); }
td.TdClassName
{
border-color: #18312B;
}
.TagClassName
{
border-color: #18312B;
}
</style>