Shades of Racing Green #12322B
Tints of Racing Green #12322B
RGB
CMYK
RGB Variations
Color information
#12322B (or 0x12322B) is known color: Racing Green. HEX triplet: 12, 32 and 2B. RGB value is (18,50,43). Sum of RGB (Red+Green+Blue) = 18+50+43=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #12322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12322B is #EDCDD4. Grayscale: #272727. Windows color (decimal): -15584725 or 2830866. OLE color: 2830866.
HSL color Cylindrical-coordinate representation of color #12322B: hue angle of 166.88º 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 #12322B is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 43 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.80 |
| HSL | 166.88º | 0.47% | 0.13% | - |
| HSV(B) | 166.88º | 0.64% | 0.2% | - |
| XYZ | 1.83 | 2.58 | 2.69 | - |
| YUV | 39.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 43 | 0.64 | 0 | 0.14 | 0.80 | 166.88 | 0.47 | 0.13 |
| Hex | 12 | 32 | 2B | 40 | 0 | E | 50 | A7 | 2F | D |
| Octal | 22 | 62 | 53 | 100 | 0 | 16 | 120 | 247 | 57 | 15 |
| Binary | 10010 | 110010 | 101011 | 1000000 | 0 | 1110 | 1010000 | 10100111 | 101111 | 1101 |
Color Harmonies of #12322B
Complementary color
Monochromatic Colors of #12322B
Black with #12322B
Text Example
Text Example
White with #12322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12322B; }
p { color: rgb(18,50,43); }
H1.HeaderClassName
{
color: #12322B;
}
.AnyTagClassName
{
color: #12322B;
}
</style>
background-color css
<style>
a { background-color: #12322B; }
a { background-color: rgb(18,50,43); }
div.DivClassName
{
background-color: #12322B;
}
.BgClassName
{
background-color: #12322B;
}
</style>
border-color css
<style>
span { border-color: #12322B; }
span { border-color: rgb(18,50,43); }
td.TdClassName
{
border-color: #12322B;
}
.TagClassName
{
border-color: #12322B;
}
</style>