Shades of Racing Green #122E27
Tints of Racing Green #122E27
RGB
CMYK
RGB Variations
Color information
#122E27 (or 0x122E27) is known color: Racing Green. HEX triplet: 12, 2E and 27. RGB value is (18,46,39). Sum of RGB (Red+Green+Blue) = 18+46+39=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #122E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E27 is #EDD1D8. Grayscale: #242424. Windows color (decimal): -15585753 or 2567698. OLE color: 2567698.
HSL color Cylindrical-coordinate representation of color #122E27: hue angle of 165º 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 #122E27 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 39 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.82 |
| HSL | 165º | 0.44% | 0.13% | - |
| HSV(B) | 165º | 0.61% | 0.18% | - |
| XYZ | 1.59 | 2.23 | 2.27 | - |
| YUV | 36.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 39 | 0.61 | 0 | 0.15 | 0.82 | 165 | 0.44 | 0.13 |
| Hex | 12 | 2E | 27 | 3D | 0 | F | 52 | A5 | 2C | D |
| Octal | 22 | 56 | 47 | 75 | 0 | 17 | 122 | 245 | 54 | 15 |
| Binary | 10010 | 101110 | 100111 | 111101 | 0 | 1111 | 1010010 | 10100101 | 101100 | 1101 |
Color Harmonies of #122E27
Complementary color
Monochromatic Colors of #122E27
Black with #122E27
Text Example
Text Example
White with #122E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E27; }
p { color: rgb(18,46,39); }
H1.HeaderClassName
{
color: #122E27;
}
.AnyTagClassName
{
color: #122E27;
}
</style>
background-color css
<style>
a { background-color: #122E27; }
a { background-color: rgb(18,46,39); }
div.DivClassName
{
background-color: #122E27;
}
.BgClassName
{
background-color: #122E27;
}
</style>
border-color css
<style>
span { border-color: #122E27; }
span { border-color: rgb(18,46,39); }
td.TdClassName
{
border-color: #122E27;
}
.TagClassName
{
border-color: #122E27;
}
</style>