Shades of Racing Green #12312D
Tints of Racing Green #12312D
RGB
CMYK
RGB Variations
Color information
#12312D (or 0x12312D) is known color: Racing Green. HEX triplet: 12, 31 and 2D. RGB value is (18,49,45). Sum of RGB (Red+Green+Blue) = 18+49+45=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #12312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12312D is #EDCED2. Grayscale: #272727. Windows color (decimal): -15584979 or 2961682. OLE color: 2961682.
HSL color Cylindrical-coordinate representation of color #12312D: hue angle of 172.26º 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 #12312D is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 45 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.81 |
| HSL | 172.26º | 0.46% | 0.13% | - |
| HSV(B) | 172.26º | 0.63% | 0.19% | - |
| XYZ | 1.82 | 2.51 | 2.87 | - |
| YUV | 39.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 45 | 0.63 | 0 | 0.08 | 0.81 | 172.26 | 0.46 | 0.13 |
| Hex | 12 | 31 | 2D | 3F | 0 | 8 | 51 | AC | 2E | D |
| Octal | 22 | 61 | 55 | 77 | 0 | 10 | 121 | 254 | 56 | 15 |
| Binary | 10010 | 110001 | 101101 | 111111 | 0 | 1000 | 1010001 | 10101100 | 101110 | 1101 |
Color Harmonies of #12312D
Complementary color
Monochromatic Colors of #12312D
Black with #12312D
Text Example
Text Example
White with #12312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12312D; }
p { color: rgb(18,49,45); }
H1.HeaderClassName
{
color: #12312D;
}
.AnyTagClassName
{
color: #12312D;
}
</style>
background-color css
<style>
a { background-color: #12312D; }
a { background-color: rgb(18,49,45); }
div.DivClassName
{
background-color: #12312D;
}
.BgClassName
{
background-color: #12312D;
}
</style>
border-color css
<style>
span { border-color: #12312D; }
span { border-color: rgb(18,49,45); }
td.TdClassName
{
border-color: #12312D;
}
.TagClassName
{
border-color: #12312D;
}
</style>