Shades of Racing Green #12322E
Tints of Racing Green #12322E
RGB
CMYK
RGB Variations
Color information
#12322E (or 0x12322E) is known color: Racing Green. HEX triplet: 12, 32 and 2E. RGB value is (18,50,46). Sum of RGB (Red+Green+Blue) = 18+50+46=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #12322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12322E is #EDCDD1. Grayscale: #272727. Windows color (decimal): -15584722 or 3027474. OLE color: 3027474.
HSL color Cylindrical-coordinate representation of color #12322E: hue angle of 172.5º 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 #12322E is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 46 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.80 |
| HSL | 172.5º | 0.47% | 0.13% | - |
| HSV(B) | 172.5º | 0.64% | 0.2% | - |
| XYZ | 1.88 | 2.61 | 2.99 | - |
| YUV | 39.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 46 | 0.64 | 0 | 0.08 | 0.80 | 172.5 | 0.47 | 0.13 |
| Hex | 12 | 32 | 2E | 40 | 0 | 8 | 50 | AC | 2F | D |
| Octal | 22 | 62 | 56 | 100 | 0 | 10 | 120 | 254 | 57 | 15 |
| Binary | 10010 | 110010 | 101110 | 1000000 | 0 | 1000 | 1010000 | 10101100 | 101111 | 1101 |
Color Harmonies of #12322E
Complementary color
Monochromatic Colors of #12322E
Black with #12322E
Text Example
Text Example
White with #12322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12322E; }
p { color: rgb(18,50,46); }
H1.HeaderClassName
{
color: #12322E;
}
.AnyTagClassName
{
color: #12322E;
}
</style>
background-color css
<style>
a { background-color: #12322E; }
a { background-color: rgb(18,50,46); }
div.DivClassName
{
background-color: #12322E;
}
.BgClassName
{
background-color: #12322E;
}
</style>
border-color css
<style>
span { border-color: #12322E; }
span { border-color: rgb(18,50,46); }
td.TdClassName
{
border-color: #12322E;
}
.TagClassName
{
border-color: #12322E;
}
</style>