Shades of Racing Green #142923
Tints of Racing Green #142923
RGB
CMYK
RGB Variations
Color information
#142923 (or 0x142923) is known color: Racing Green. HEX triplet: 14, 29 and 23. RGB value is (20,41,35). Sum of RGB (Red+Green+Blue) = 20+41+35=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #142923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142923 is #EBD6DC. Grayscale: #222222. Windows color (decimal): -15455965 or 2304276. OLE color: 2304276.
HSL color Cylindrical-coordinate representation of color #142923: hue angle of 162.86º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142923 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 41 | 35 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.84 |
| HSL | 162.86º | 0.34% | 0.12% | - |
| HSV(B) | 162.86º | 0.51% | 0.16% | - |
| XYZ | 1.38 | 1.86 | 1.88 | - |
| YUV | 34.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 35 | 0.51 | 0 | 0.15 | 0.84 | 162.86 | 0.34 | 0.12 |
| Hex | 14 | 29 | 23 | 33 | 0 | F | 54 | A3 | 22 | C |
| Octal | 24 | 51 | 43 | 63 | 0 | 17 | 124 | 243 | 42 | 14 |
| Binary | 10100 | 101001 | 100011 | 110011 | 0 | 1111 | 1010100 | 10100011 | 100010 | 1100 |
Color Harmonies of #142923
Complementary color
Monochromatic Colors of #142923
Black with #142923
Text Example
Text Example
White with #142923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142923; }
p { color: rgb(20,41,35); }
H1.HeaderClassName
{
color: #142923;
}
.AnyTagClassName
{
color: #142923;
}
</style>
background-color css
<style>
a { background-color: #142923; }
a { background-color: rgb(20,41,35); }
div.DivClassName
{
background-color: #142923;
}
.BgClassName
{
background-color: #142923;
}
</style>
border-color css
<style>
span { border-color: #142923; }
span { border-color: rgb(20,41,35); }
td.TdClassName
{
border-color: #142923;
}
.TagClassName
{
border-color: #142923;
}
</style>