Shades of Racing Green #12322C
Tints of Racing Green #12322C
RGB
CMYK
RGB Variations
Color information
#12322C (or 0x12322C) is known color: Racing Green. HEX triplet: 12, 32 and 2C. RGB value is (18,50,44). Sum of RGB (Red+Green+Blue) = 18+50+44=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #12322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12322C is #EDCDD3. Grayscale: #272727. Windows color (decimal): -15584724 or 2896402. OLE color: 2896402.
HSL color Cylindrical-coordinate representation of color #12322C: hue angle of 168.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #12322C is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 44 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.80 |
| HSL | 168.75º | 0.47% | 0.13% | - |
| HSV(B) | 168.75º | 0.64% | 0.2% | - |
| XYZ | 1.84 | 2.59 | 2.79 | - |
| YUV | 39.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 44 | 0.64 | 0 | 0.12 | 0.80 | 168.75 | 0.47 | 0.13 |
| Hex | 12 | 32 | 2C | 40 | 0 | C | 50 | A9 | 2F | D |
| Octal | 22 | 62 | 54 | 100 | 0 | 14 | 120 | 251 | 57 | 15 |
| Binary | 10010 | 110010 | 101100 | 1000000 | 0 | 1100 | 1010000 | 10101001 | 101111 | 1101 |
Color Harmonies of #12322C
Complementary color
Monochromatic Colors of #12322C
Black with #12322C
Text Example
Text Example
White with #12322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12322C; }
p { color: rgb(18,50,44); }
H1.HeaderClassName
{
color: #12322C;
}
.AnyTagClassName
{
color: #12322C;
}
</style>
background-color css
<style>
a { background-color: #12322C; }
a { background-color: rgb(18,50,44); }
div.DivClassName
{
background-color: #12322C;
}
.BgClassName
{
background-color: #12322C;
}
</style>
border-color css
<style>
span { border-color: #12322C; }
span { border-color: rgb(18,50,44); }
td.TdClassName
{
border-color: #12322C;
}
.TagClassName
{
border-color: #12322C;
}
</style>