Shades of Racing Green #122E2B
Tints of Racing Green #122E2B
RGB
CMYK
RGB Variations
Color information
#122E2B (or 0x122E2B) is known color: Racing Green. HEX triplet: 12, 2E and 2B. RGB value is (18,46,43). Sum of RGB (Red+Green+Blue) = 18+46+43=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 46 - color contains mainly: green. Hex color #122E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E2B is #EDD1D4. Grayscale: #252525. Windows color (decimal): -15585749 or 2829842. OLE color: 2829842.
HSL color Cylindrical-coordinate representation of color #122E2B: hue angle of 173.57º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E2B is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 43 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.82 |
| HSL | 173.57º | 0.44% | 0.13% | - |
| HSV(B) | 173.57º | 0.61% | 0.18% | - |
| XYZ | 1.66 | 2.26 | 2.63 | - |
| YUV | 37.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 43 | 0.61 | 0 | 0.07 | 0.82 | 173.57 | 0.44 | 0.13 |
| Hex | 12 | 2E | 2B | 3D | 0 | 7 | 52 | AE | 2C | D |
| Octal | 22 | 56 | 53 | 75 | 0 | 7 | 122 | 256 | 54 | 15 |
| Binary | 10010 | 101110 | 101011 | 111101 | 0 | 111 | 1010010 | 10101110 | 101100 | 1101 |
Color Harmonies of #122E2B
Complementary color
Monochromatic Colors of #122E2B
Black with #122E2B
Text Example
Text Example
White with #122E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E2B; }
p { color: rgb(18,46,43); }
H1.HeaderClassName
{
color: #122E2B;
}
.AnyTagClassName
{
color: #122E2B;
}
</style>
background-color css
<style>
a { background-color: #122E2B; }
a { background-color: rgb(18,46,43); }
div.DivClassName
{
background-color: #122E2B;
}
.BgClassName
{
background-color: #122E2B;
}
</style>
border-color css
<style>
span { border-color: #122E2B; }
span { border-color: rgb(18,46,43); }
td.TdClassName
{
border-color: #122E2B;
}
.TagClassName
{
border-color: #122E2B;
}
</style>