Shades of Racing Green #14342C
Tints of Racing Green #14342C
RGB
CMYK
RGB Variations
Color information
#14342C (or 0x14342C) is known color: Racing Green. HEX triplet: 14, 34 and 2C. RGB value is (20,52,44). Sum of RGB (Red+Green+Blue) = 20+52+44=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #14342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14342C is #EBCBD3. Grayscale: #292929. Windows color (decimal): -15453140 or 2896916. OLE color: 2896916.
HSL color Cylindrical-coordinate representation of color #14342C: hue angle of 165º 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 #14342C is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 44 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.80 |
| HSL | 165º | 0.44% | 0.14% | - |
| HSV(B) | 165º | 0.62% | 0.2% | - |
| XYZ | 1.97 | 2.79 | 2.82 | - |
| YUV | 41.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 44 | 0.62 | 0 | 0.15 | 0.80 | 165 | 0.44 | 0.14 |
| Hex | 14 | 34 | 2C | 3E | 0 | F | 50 | A5 | 2C | E |
| Octal | 24 | 64 | 54 | 76 | 0 | 17 | 120 | 245 | 54 | 16 |
| Binary | 10100 | 110100 | 101100 | 111110 | 0 | 1111 | 1010000 | 10100101 | 101100 | 1110 |
Color Harmonies of #14342C
Complementary color
Monochromatic Colors of #14342C
Black with #14342C
Text Example
Text Example
White with #14342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14342C; }
p { color: rgb(20,52,44); }
H1.HeaderClassName
{
color: #14342C;
}
.AnyTagClassName
{
color: #14342C;
}
</style>
background-color css
<style>
a { background-color: #14342C; }
a { background-color: rgb(20,52,44); }
div.DivClassName
{
background-color: #14342C;
}
.BgClassName
{
background-color: #14342C;
}
</style>
border-color css
<style>
span { border-color: #14342C; }
span { border-color: rgb(20,52,44); }
td.TdClassName
{
border-color: #14342C;
}
.TagClassName
{
border-color: #14342C;
}
</style>