Shades of Racing Green #142E2B
Tints of Racing Green #142E2B
RGB
CMYK
RGB Variations
Color information
#142E2B (or 0x142E2B) is known color: Racing Green. HEX triplet: 14, 2E and 2B. RGB value is (20,46,43). Sum of RGB (Red+Green+Blue) = 20+46+43=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 46 - color contains mainly: green. Hex color #142E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E2B is #EBD1D4. Grayscale: #252525. Windows color (decimal): -15454677 or 2829844. OLE color: 2829844.
HSL color Cylindrical-coordinate representation of color #142E2B: hue angle of 173.08º 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 #142E2B is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 46 | 43 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.82 |
| HSL | 173.08º | 0.39% | 0.13% | - |
| HSV(B) | 173.08º | 0.57% | 0.18% | - |
| XYZ | 1.7 | 2.28 | 2.64 | - |
| YUV | 37.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 43 | 0.57 | 0 | 0.07 | 0.82 | 173.08 | 0.39 | 0.13 |
| Hex | 14 | 2E | 2B | 39 | 0 | 7 | 52 | AD | 27 | D |
| Octal | 24 | 56 | 53 | 71 | 0 | 7 | 122 | 255 | 47 | 15 |
| Binary | 10100 | 101110 | 101011 | 111001 | 0 | 111 | 1010010 | 10101101 | 100111 | 1101 |
Color Harmonies of #142E2B
Complementary color
Monochromatic Colors of #142E2B
Black with #142E2B
Text Example
Text Example
White with #142E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E2B; }
p { color: rgb(20,46,43); }
H1.HeaderClassName
{
color: #142E2B;
}
.AnyTagClassName
{
color: #142E2B;
}
</style>
background-color css
<style>
a { background-color: #142E2B; }
a { background-color: rgb(20,46,43); }
div.DivClassName
{
background-color: #142E2B;
}
.BgClassName
{
background-color: #142E2B;
}
</style>
border-color css
<style>
span { border-color: #142E2B; }
span { border-color: rgb(20,46,43); }
td.TdClassName
{
border-color: #142E2B;
}
.TagClassName
{
border-color: #142E2B;
}
</style>