Shades of Racing Green #14342E
Tints of Racing Green #14342E
RGB
CMYK
RGB Variations
Color information
#14342E (or 0x14342E) is known color: Racing Green. HEX triplet: 14, 34 and 2E. RGB value is (20,52,46). Sum of RGB (Red+Green+Blue) = 20+52+46=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #14342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14342E is #EBCBD1. Grayscale: #292929. Windows color (decimal): -15453138 or 3027988. OLE color: 3027988.
HSL color Cylindrical-coordinate representation of color #14342E: hue angle of 168.75º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14342E is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 46 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.80 |
| HSL | 168.75º | 0.44% | 0.14% | - |
| HSV(B) | 168.75º | 0.62% | 0.2% | - |
| XYZ | 2.01 | 2.8 | 3.02 | - |
| YUV | 41.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 46 | 0.62 | 0 | 0.12 | 0.80 | 168.75 | 0.44 | 0.14 |
| Hex | 14 | 34 | 2E | 3E | 0 | C | 50 | A9 | 2C | E |
| Octal | 24 | 64 | 56 | 76 | 0 | 14 | 120 | 251 | 54 | 16 |
| Binary | 10100 | 110100 | 101110 | 111110 | 0 | 1100 | 1010000 | 10101001 | 101100 | 1110 |
Color Harmonies of #14342E
Complementary color
Monochromatic Colors of #14342E
Black with #14342E
Text Example
Text Example
White with #14342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14342E; }
p { color: rgb(20,52,46); }
H1.HeaderClassName
{
color: #14342E;
}
.AnyTagClassName
{
color: #14342E;
}
</style>
background-color css
<style>
a { background-color: #14342E; }
a { background-color: rgb(20,52,46); }
div.DivClassName
{
background-color: #14342E;
}
.BgClassName
{
background-color: #14342E;
}
</style>
border-color css
<style>
span { border-color: #14342E; }
span { border-color: rgb(20,52,46); }
td.TdClassName
{
border-color: #14342E;
}
.TagClassName
{
border-color: #14342E;
}
</style>