Shades of Racing Green #142620
Tints of Racing Green #142620
RGB
CMYK
RGB Variations
Color information
#142620 (or 0x142620) is known color: Racing Green. HEX triplet: 14, 26 and 20. RGB value is (20,38,32). Sum of RGB (Red+Green+Blue) = 20+38+32=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #142620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142620 is #EBD9DF. Grayscale: #1F1F1F. Windows color (decimal): -15456736 or 2106900. OLE color: 2106900.
HSL color Cylindrical-coordinate representation of color #142620: hue angle of 160º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #142620 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 38 | 32 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.85 |
| HSL | 160º | 0.31% | 0.11% | - |
| HSV(B) | 160º | 0.47% | 0.15% | - |
| XYZ | 1.24 | 1.64 | 1.62 | - |
| YUV | 31.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 32 | 0.47 | 0 | 0.16 | 0.85 | 160 | 0.31 | 0.11 |
| Hex | 14 | 26 | 20 | 2F | 0 | 10 | 55 | A0 | 1F | B |
| Octal | 24 | 46 | 40 | 57 | 0 | 20 | 125 | 240 | 37 | 13 |
| Binary | 10100 | 100110 | 100000 | 101111 | 0 | 10000 | 1010101 | 10100000 | 11111 | 1011 |
Color Harmonies of #142620
Complementary color
Monochromatic Colors of #142620
Black with #142620
Text Example
Text Example
White with #142620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142620; }
p { color: rgb(20,38,32); }
H1.HeaderClassName
{
color: #142620;
}
.AnyTagClassName
{
color: #142620;
}
</style>
background-color css
<style>
a { background-color: #142620; }
a { background-color: rgb(20,38,32); }
div.DivClassName
{
background-color: #142620;
}
.BgClassName
{
background-color: #142620;
}
</style>
border-color css
<style>
span { border-color: #142620; }
span { border-color: rgb(20,38,32); }
td.TdClassName
{
border-color: #142620;
}
.TagClassName
{
border-color: #142620;
}
</style>