Shades of Racing Green #122F28
Tints of Racing Green #122F28
RGB
CMYK
RGB Variations
Color information
#122F28 (or 0x122F28) is known color: Racing Green. HEX triplet: 12, 2F and 28. RGB value is (18,47,40). Sum of RGB (Red+Green+Blue) = 18+47+40=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 47 - color contains mainly: green. Hex color #122F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F28 is #EDD0D7. Grayscale: #252525. Windows color (decimal): -15585496 or 2633490. OLE color: 2633490.
HSL color Cylindrical-coordinate representation of color #122F28: hue angle of 165.52º 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 #122F28 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 40 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.82 |
| HSL | 165.52º | 0.45% | 0.13% | - |
| HSV(B) | 165.52º | 0.62% | 0.18% | - |
| XYZ | 1.65 | 2.31 | 2.37 | - |
| YUV | 37.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 40 | 0.62 | 0 | 0.15 | 0.82 | 165.52 | 0.45 | 0.13 |
| Hex | 12 | 2F | 28 | 3E | 0 | F | 52 | A6 | 2D | D |
| Octal | 22 | 57 | 50 | 76 | 0 | 17 | 122 | 246 | 55 | 15 |
| Binary | 10010 | 101111 | 101000 | 111110 | 0 | 1111 | 1010010 | 10100110 | 101101 | 1101 |
Color Harmonies of #122F28
Complementary color
Monochromatic Colors of #122F28
Black with #122F28
Text Example
Text Example
White with #122F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F28; }
p { color: rgb(18,47,40); }
H1.HeaderClassName
{
color: #122F28;
}
.AnyTagClassName
{
color: #122F28;
}
</style>
background-color css
<style>
a { background-color: #122F28; }
a { background-color: rgb(18,47,40); }
div.DivClassName
{
background-color: #122F28;
}
.BgClassName
{
background-color: #122F28;
}
</style>
border-color css
<style>
span { border-color: #122F28; }
span { border-color: rgb(18,47,40); }
td.TdClassName
{
border-color: #122F28;
}
.TagClassName
{
border-color: #122F28;
}
</style>