Shades of Racing Green #142520
Tints of Racing Green #142520
RGB
CMYK
RGB Variations
Color information
#142520 (or 0x142520) is known color: Racing Green. HEX triplet: 14, 25 and 20. RGB value is (20,37,32). Sum of RGB (Red+Green+Blue) = 20+37+32=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #142520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142520 is #EBDADF. Grayscale: #1F1F1F. Windows color (decimal): -15456992 or 2106644. OLE color: 2106644.
HSL color Cylindrical-coordinate representation of color #142520: hue angle of 162.35º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #142520 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 37 | 32 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.85 |
| HSL | 162.35º | 0.3% | 0.11% | - |
| HSV(B) | 162.35º | 0.46% | 0.15% | - |
| XYZ | 1.21 | 1.58 | 1.61 | - |
| YUV | 31.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 32 | 0.46 | 0 | 0.14 | 0.85 | 162.35 | 0.3 | 0.11 |
| Hex | 14 | 25 | 20 | 2E | 0 | E | 55 | A2 | 1E | B |
| Octal | 24 | 45 | 40 | 56 | 0 | 16 | 125 | 242 | 36 | 13 |
| Binary | 10100 | 100101 | 100000 | 101110 | 0 | 1110 | 1010101 | 10100010 | 11110 | 1011 |
Color Harmonies of #142520
Complementary color
Monochromatic Colors of #142520
Black with #142520
Text Example
Text Example
White with #142520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142520; }
p { color: rgb(20,37,32); }
H1.HeaderClassName
{
color: #142520;
}
.AnyTagClassName
{
color: #142520;
}
</style>
background-color css
<style>
a { background-color: #142520; }
a { background-color: rgb(20,37,32); }
div.DivClassName
{
background-color: #142520;
}
.BgClassName
{
background-color: #142520;
}
</style>
border-color css
<style>
span { border-color: #142520; }
span { border-color: rgb(20,37,32); }
td.TdClassName
{
border-color: #142520;
}
.TagClassName
{
border-color: #142520;
}
</style>