Shades of Racing Green #142521
Tints of Racing Green #142521
RGB
CMYK
RGB Variations
Color information
#142521 (or 0x142521) is known color: Racing Green. HEX triplet: 14, 25 and 21. RGB value is (20,37,33). Sum of RGB (Red+Green+Blue) = 20+37+33=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #142521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142521 is #EBDADE. Grayscale: #1F1F1F. Windows color (decimal): -15456991 or 2172180. OLE color: 2172180.
HSL color Cylindrical-coordinate representation of color #142521: hue angle of 165.88º 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 #142521 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 37 | 33 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.85 |
| HSL | 165.88º | 0.3% | 0.11% | - |
| HSV(B) | 165.88º | 0.46% | 0.15% | - |
| XYZ | 1.22 | 1.58 | 1.68 | - |
| YUV | 31.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 33 | 0.46 | 0 | 0.11 | 0.85 | 165.88 | 0.3 | 0.11 |
| Hex | 14 | 25 | 21 | 2E | 0 | B | 55 | A6 | 1E | B |
| Octal | 24 | 45 | 41 | 56 | 0 | 13 | 125 | 246 | 36 | 13 |
| Binary | 10100 | 100101 | 100001 | 101110 | 0 | 1011 | 1010101 | 10100110 | 11110 | 1011 |
Color Harmonies of #142521
Complementary color
Monochromatic Colors of #142521
Black with #142521
Text Example
Text Example
White with #142521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142521; }
p { color: rgb(20,37,33); }
H1.HeaderClassName
{
color: #142521;
}
.AnyTagClassName
{
color: #142521;
}
</style>
background-color css
<style>
a { background-color: #142521; }
a { background-color: rgb(20,37,33); }
div.DivClassName
{
background-color: #142521;
}
.BgClassName
{
background-color: #142521;
}
</style>
border-color css
<style>
span { border-color: #142521; }
span { border-color: rgb(20,37,33); }
td.TdClassName
{
border-color: #142521;
}
.TagClassName
{
border-color: #142521;
}
</style>