Shades of Racing Green #142724
Tints of Racing Green #142724
RGB
CMYK
RGB Variations
Color information
#142724 (or 0x142724) is known color: Racing Green. HEX triplet: 14, 27 and 24. RGB value is (20,39,36). Sum of RGB (Red+Green+Blue) = 20+39+36=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #142724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142724 is #EBD8DB. Grayscale: #202020. Windows color (decimal): -15456476 or 2369300. OLE color: 2369300.
HSL color Cylindrical-coordinate representation of color #142724: hue angle of 170.53º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142724 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 39 | 36 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.85 |
| HSL | 170.53º | 0.32% | 0.12% | - |
| HSV(B) | 170.53º | 0.49% | 0.15% | - |
| XYZ | 1.33 | 1.73 | 1.93 | - |
| YUV | 32.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 36 | 0.49 | 0 | 0.08 | 0.85 | 170.53 | 0.32 | 0.12 |
| Hex | 14 | 27 | 24 | 31 | 0 | 8 | 55 | AB | 20 | C |
| Octal | 24 | 47 | 44 | 61 | 0 | 10 | 125 | 253 | 40 | 14 |
| Binary | 10100 | 100111 | 100100 | 110001 | 0 | 1000 | 1010101 | 10101011 | 100000 | 1100 |
Color Harmonies of #142724
Complementary color
Monochromatic Colors of #142724
Black with #142724
Text Example
Text Example
White with #142724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142724; }
p { color: rgb(20,39,36); }
H1.HeaderClassName
{
color: #142724;
}
.AnyTagClassName
{
color: #142724;
}
</style>
background-color css
<style>
a { background-color: #142724; }
a { background-color: rgb(20,39,36); }
div.DivClassName
{
background-color: #142724;
}
.BgClassName
{
background-color: #142724;
}
</style>
border-color css
<style>
span { border-color: #142724; }
span { border-color: rgb(20,39,36); }
td.TdClassName
{
border-color: #142724;
}
.TagClassName
{
border-color: #142724;
}
</style>