Shades of Racing Green #12312B
Tints of Racing Green #12312B
RGB
CMYK
RGB Variations
Color information
#12312B (or 0x12312B) is known color: Racing Green. HEX triplet: 12, 31 and 2B. RGB value is (18,49,43). Sum of RGB (Red+Green+Blue) = 18+49+43=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #12312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12312B is #EDCED4. Grayscale: #272727. Windows color (decimal): -15584981 or 2830610. OLE color: 2830610.
HSL color Cylindrical-coordinate representation of color #12312B: hue angle of 168.39º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12312B is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 43 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.81 |
| HSL | 168.39º | 0.46% | 0.13% | - |
| HSV(B) | 168.39º | 0.63% | 0.19% | - |
| XYZ | 1.78 | 2.5 | 2.67 | - |
| YUV | 39.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 43 | 0.63 | 0 | 0.12 | 0.81 | 168.39 | 0.46 | 0.13 |
| Hex | 12 | 31 | 2B | 3F | 0 | C | 51 | A8 | 2E | D |
| Octal | 22 | 61 | 53 | 77 | 0 | 14 | 121 | 250 | 56 | 15 |
| Binary | 10010 | 110001 | 101011 | 111111 | 0 | 1100 | 1010001 | 10101000 | 101110 | 1101 |
Color Harmonies of #12312B
Complementary color
Monochromatic Colors of #12312B
Black with #12312B
Text Example
Text Example
White with #12312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12312B; }
p { color: rgb(18,49,43); }
H1.HeaderClassName
{
color: #12312B;
}
.AnyTagClassName
{
color: #12312B;
}
</style>
background-color css
<style>
a { background-color: #12312B; }
a { background-color: rgb(18,49,43); }
div.DivClassName
{
background-color: #12312B;
}
.BgClassName
{
background-color: #12312B;
}
</style>
border-color css
<style>
span { border-color: #12312B; }
span { border-color: rgb(18,49,43); }
td.TdClassName
{
border-color: #12312B;
}
.TagClassName
{
border-color: #12312B;
}
</style>