Shades of Racing Green #12372F
Tints of Racing Green #12372F
RGB
CMYK
RGB Variations
Color information
#12372F (or 0x12372F) is known color: Racing Green. HEX triplet: 12, 37 and 2F. RGB value is (18,55,47). Sum of RGB (Red+Green+Blue) = 18+55+47=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #12372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12372F is #EDC8D0. Grayscale: #2B2B2B. Windows color (decimal): -15583441 or 3094290. OLE color: 3094290.
HSL color Cylindrical-coordinate representation of color #12372F: hue angle of 167.03º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12372F is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 47 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.78 |
| HSL | 167.03º | 0.51% | 0.14% | - |
| HSV(B) | 167.03º | 0.67% | 0.22% | - |
| XYZ | 2.13 | 3.07 | 3.17 | - |
| YUV | 43.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 47 | 0.67 | 0 | 0.15 | 0.78 | 167.03 | 0.51 | 0.14 |
| Hex | 12 | 37 | 2F | 43 | 0 | F | 4E | A7 | 33 | E |
| Octal | 22 | 67 | 57 | 103 | 0 | 17 | 116 | 247 | 63 | 16 |
| Binary | 10010 | 110111 | 101111 | 1000011 | 0 | 1111 | 1001110 | 10100111 | 110011 | 1110 |
Color Harmonies of #12372F
Complementary color
Monochromatic Colors of #12372F
Black with #12372F
Text Example
Text Example
White with #12372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12372F; }
p { color: rgb(18,55,47); }
H1.HeaderClassName
{
color: #12372F;
}
.AnyTagClassName
{
color: #12372F;
}
</style>
background-color css
<style>
a { background-color: #12372F; }
a { background-color: rgb(18,55,47); }
div.DivClassName
{
background-color: #12372F;
}
.BgClassName
{
background-color: #12372F;
}
</style>
border-color css
<style>
span { border-color: #12372F; }
span { border-color: rgb(18,55,47); }
td.TdClassName
{
border-color: #12372F;
}
.TagClassName
{
border-color: #12372F;
}
</style>