Shades of Racing Green #142824
Tints of Racing Green #142824
RGB
CMYK
RGB Variations
Color information
#142824 (or 0x142824) is known color: Racing Green. HEX triplet: 14, 28 and 24. RGB value is (20,40,36). Sum of RGB (Red+Green+Blue) = 20+40+36=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #142824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142824 is #EBD7DB. Grayscale: #212121. Windows color (decimal): -15456220 or 2369556. OLE color: 2369556.
HSL color Cylindrical-coordinate representation of color #142824: hue angle of 168º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142824 is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 40 | 36 | - |
| CMYK | 0.5 | 0 | 0.10 | 0.84 |
| HSL | 168º | 0.33% | 0.12% | - |
| HSV(B) | 168º | 0.5% | 0.16% | - |
| XYZ | 1.37 | 1.79 | 1.94 | - |
| YUV | 33.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 36 | 0.5 | 0 | 0.10 | 0.84 | 168 | 0.33 | 0.12 |
| Hex | 14 | 28 | 24 | 32 | 0 | A | 54 | A8 | 21 | C |
| Octal | 24 | 50 | 44 | 62 | 0 | 12 | 124 | 250 | 41 | 14 |
| Binary | 10100 | 101000 | 100100 | 110010 | 0 | 1010 | 1010100 | 10101000 | 100001 | 1100 |
Color Harmonies of #142824
Complementary color
Monochromatic Colors of #142824
Black with #142824
Text Example
Text Example
White with #142824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142824; }
p { color: rgb(20,40,36); }
H1.HeaderClassName
{
color: #142824;
}
.AnyTagClassName
{
color: #142824;
}
</style>
background-color css
<style>
a { background-color: #142824; }
a { background-color: rgb(20,40,36); }
div.DivClassName
{
background-color: #142824;
}
.BgClassName
{
background-color: #142824;
}
</style>
border-color css
<style>
span { border-color: #142824; }
span { border-color: rgb(20,40,36); }
td.TdClassName
{
border-color: #142824;
}
.TagClassName
{
border-color: #142824;
}
</style>