Shades of Racing Green #122F29
Tints of Racing Green #122F29
RGB
CMYK
RGB Variations
Color information
#122F29 (or 0x122F29) is known color: Racing Green. HEX triplet: 12, 2F and 29. RGB value is (18,47,41). Sum of RGB (Red+Green+Blue) = 18+47+41=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #122F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F29 is #EDD0D6. Grayscale: #252525. Windows color (decimal): -15585495 or 2699026. OLE color: 2699026.
HSL color Cylindrical-coordinate representation of color #122F29: hue angle of 167.59º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F29 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 41 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.82 |
| HSL | 167.59º | 0.45% | 0.13% | - |
| HSV(B) | 167.59º | 0.62% | 0.18% | - |
| XYZ | 1.67 | 2.32 | 2.46 | - |
| YUV | 37.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 41 | 0.62 | 0 | 0.13 | 0.82 | 167.59 | 0.45 | 0.13 |
| Hex | 12 | 2F | 29 | 3E | 0 | D | 52 | A8 | 2D | D |
| Octal | 22 | 57 | 51 | 76 | 0 | 15 | 122 | 250 | 55 | 15 |
| Binary | 10010 | 101111 | 101001 | 111110 | 0 | 1101 | 1010010 | 10101000 | 101101 | 1101 |
Color Harmonies of #122F29
Complementary color
Monochromatic Colors of #122F29
Black with #122F29
Text Example
Text Example
White with #122F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F29; }
p { color: rgb(18,47,41); }
H1.HeaderClassName
{
color: #122F29;
}
.AnyTagClassName
{
color: #122F29;
}
</style>
background-color css
<style>
a { background-color: #122F29; }
a { background-color: rgb(18,47,41); }
div.DivClassName
{
background-color: #122F29;
}
.BgClassName
{
background-color: #122F29;
}
</style>
border-color css
<style>
span { border-color: #122F29; }
span { border-color: rgb(18,47,41); }
td.TdClassName
{
border-color: #122F29;
}
.TagClassName
{
border-color: #122F29;
}
</style>