Shades of Racing Green #12372C
Tints of Racing Green #12372C
RGB
CMYK
RGB Variations
Color information
#12372C (or 0x12372C) is known color: Racing Green. HEX triplet: 12, 37 and 2C. RGB value is (18,55,44). Sum of RGB (Red+Green+Blue) = 18+55+44=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #12372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12372C is #EDC8D3. Grayscale: #2A2A2A. Windows color (decimal): -15583444 or 2897682. OLE color: 2897682.
HSL color Cylindrical-coordinate representation of color #12372C: hue angle of 162.16º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12372C is Cyan = 0.67, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 44 | - |
| CMYK | 0.67 | 0 | 0.2 | 0.78 |
| HSL | 162.16º | 0.51% | 0.14% | - |
| HSV(B) | 162.16º | 0.67% | 0.22% | - |
| XYZ | 2.07 | 3.04 | 2.86 | - |
| YUV | 42.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 44 | 0.67 | 0 | 0.2 | 0.78 | 162.16 | 0.51 | 0.14 |
| Hex | 12 | 37 | 2C | 43 | 0 | 14 | 4E | A2 | 33 | E |
| Octal | 22 | 67 | 54 | 103 | 0 | 24 | 116 | 242 | 63 | 16 |
| Binary | 10010 | 110111 | 101100 | 1000011 | 0 | 10100 | 1001110 | 10100010 | 110011 | 1110 |
Color Harmonies of #12372C
Complementary color
Monochromatic Colors of #12372C
Black with #12372C
Text Example
Text Example
White with #12372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12372C; }
p { color: rgb(18,55,44); }
H1.HeaderClassName
{
color: #12372C;
}
.AnyTagClassName
{
color: #12372C;
}
</style>
background-color css
<style>
a { background-color: #12372C; }
a { background-color: rgb(18,55,44); }
div.DivClassName
{
background-color: #12372C;
}
.BgClassName
{
background-color: #12372C;
}
</style>
border-color css
<style>
span { border-color: #12372C; }
span { border-color: rgb(18,55,44); }
td.TdClassName
{
border-color: #12372C;
}
.TagClassName
{
border-color: #12372C;
}
</style>