Shades of Racing Green #122F2C
Tints of Racing Green #122F2C
RGB
CMYK
RGB Variations
Color information
#122F2C (or 0x122F2C) is known color: Racing Green. HEX triplet: 12, 2F and 2C. RGB value is (18,47,44). Sum of RGB (Red+Green+Blue) = 18+47+44=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 47 - color contains mainly: green. Hex color #122F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F2C is #EDD0D3. Grayscale: #252525. Windows color (decimal): -15585492 or 2895634. OLE color: 2895634.
HSL color Cylindrical-coordinate representation of color #122F2C: hue angle of 173.79º 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 #122F2C is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 44 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.82 |
| HSL | 173.79º | 0.45% | 0.13% | - |
| HSV(B) | 173.79º | 0.62% | 0.18% | - |
| XYZ | 1.72 | 2.34 | 2.74 | - |
| YUV | 37.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 44 | 0.62 | 0 | 0.06 | 0.82 | 173.79 | 0.45 | 0.13 |
| Hex | 12 | 2F | 2C | 3E | 0 | 6 | 52 | AE | 2D | D |
| Octal | 22 | 57 | 54 | 76 | 0 | 6 | 122 | 256 | 55 | 15 |
| Binary | 10010 | 101111 | 101100 | 111110 | 0 | 110 | 1010010 | 10101110 | 101101 | 1101 |
Color Harmonies of #122F2C
Complementary color
Monochromatic Colors of #122F2C
Black with #122F2C
Text Example
Text Example
White with #122F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F2C; }
p { color: rgb(18,47,44); }
H1.HeaderClassName
{
color: #122F2C;
}
.AnyTagClassName
{
color: #122F2C;
}
</style>
background-color css
<style>
a { background-color: #122F2C; }
a { background-color: rgb(18,47,44); }
div.DivClassName
{
background-color: #122F2C;
}
.BgClassName
{
background-color: #122F2C;
}
</style>
border-color css
<style>
span { border-color: #122F2C; }
span { border-color: rgb(18,47,44); }
td.TdClassName
{
border-color: #122F2C;
}
.TagClassName
{
border-color: #122F2C;
}
</style>