Shades of Racing Green #122F2B
Tints of Racing Green #122F2B
RGB
CMYK
RGB Variations
Color information
#122F2B (or 0x122F2B) is known color: Racing Green. HEX triplet: 12, 2F and 2B. RGB value is (18,47,43). Sum of RGB (Red+Green+Blue) = 18+47+43=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 47 - color contains mainly: green. Hex color #122F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F2B is #EDD0D4. Grayscale: #252525. Windows color (decimal): -15585493 or 2830098. OLE color: 2830098.
HSL color Cylindrical-coordinate representation of color #122F2B: hue angle of 171.72º 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 #122F2B is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 43 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.82 |
| HSL | 171.72º | 0.45% | 0.13% | - |
| HSV(B) | 171.72º | 0.62% | 0.18% | - |
| XYZ | 1.7 | 2.34 | 2.65 | - |
| YUV | 37.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 43 | 0.62 | 0 | 0.09 | 0.82 | 171.72 | 0.45 | 0.13 |
| Hex | 12 | 2F | 2B | 3E | 0 | 9 | 52 | AC | 2D | D |
| Octal | 22 | 57 | 53 | 76 | 0 | 11 | 122 | 254 | 55 | 15 |
| Binary | 10010 | 101111 | 101011 | 111110 | 0 | 1001 | 1010010 | 10101100 | 101101 | 1101 |
Color Harmonies of #122F2B
Complementary color
Monochromatic Colors of #122F2B
Black with #122F2B
Text Example
Text Example
White with #122F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F2B; }
p { color: rgb(18,47,43); }
H1.HeaderClassName
{
color: #122F2B;
}
.AnyTagClassName
{
color: #122F2B;
}
</style>
background-color css
<style>
a { background-color: #122F2B; }
a { background-color: rgb(18,47,43); }
div.DivClassName
{
background-color: #122F2B;
}
.BgClassName
{
background-color: #122F2B;
}
</style>
border-color css
<style>
span { border-color: #122F2B; }
span { border-color: rgb(18,47,43); }
td.TdClassName
{
border-color: #122F2B;
}
.TagClassName
{
border-color: #122F2B;
}
</style>