Shades of Racing Green #142E28
Tints of Racing Green #142E28
RGB
CMYK
RGB Variations
Color information
#142E28 (or 0x142E28) is known color: Racing Green. HEX triplet: 14, 2E and 28. RGB value is (20,46,40). Sum of RGB (Red+Green+Blue) = 20+46+40=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #142E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E28 is #EBD1D7. Grayscale: #252525. Windows color (decimal): -15454680 or 2633236. OLE color: 2633236.
HSL color Cylindrical-coordinate representation of color #142E28: hue angle of 166.15º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142E28 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 46 | 40 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.82 |
| HSL | 166.15º | 0.39% | 0.13% | - |
| HSV(B) | 166.15º | 0.57% | 0.18% | - |
| XYZ | 1.65 | 2.26 | 2.36 | - |
| YUV | 37.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 40 | 0.57 | 0 | 0.13 | 0.82 | 166.15 | 0.39 | 0.13 |
| Hex | 14 | 2E | 28 | 39 | 0 | D | 52 | A6 | 27 | D |
| Octal | 24 | 56 | 50 | 71 | 0 | 15 | 122 | 246 | 47 | 15 |
| Binary | 10100 | 101110 | 101000 | 111001 | 0 | 1101 | 1010010 | 10100110 | 100111 | 1101 |
Color Harmonies of #142E28
Complementary color
Monochromatic Colors of #142E28
Black with #142E28
Text Example
Text Example
White with #142E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E28; }
p { color: rgb(20,46,40); }
H1.HeaderClassName
{
color: #142E28;
}
.AnyTagClassName
{
color: #142E28;
}
</style>
background-color css
<style>
a { background-color: #142E28; }
a { background-color: rgb(20,46,40); }
div.DivClassName
{
background-color: #142E28;
}
.BgClassName
{
background-color: #142E28;
}
</style>
border-color css
<style>
span { border-color: #142E28; }
span { border-color: rgb(20,46,40); }
td.TdClassName
{
border-color: #142E28;
}
.TagClassName
{
border-color: #142E28;
}
</style>