Shades of Racing Green #14342F
Tints of Racing Green #14342F
RGB
CMYK
RGB Variations
Color information
#14342F (or 0x14342F) is known color: Racing Green. HEX triplet: 14, 34 and 2F. RGB value is (20,52,47). Sum of RGB (Red+Green+Blue) = 20+52+47=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #14342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14342F is #EBCBD0. Grayscale: #292929. Windows color (decimal): -15453137 or 3093524. OLE color: 3093524.
HSL color Cylindrical-coordinate representation of color #14342F: hue angle of 170.62º 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 #14342F is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 47 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.80 |
| HSL | 170.63º | 0.44% | 0.14% | - |
| HSV(B) | 170.63º | 0.62% | 0.2% | - |
| XYZ | 2.03 | 2.81 | 3.12 | - |
| YUV | 41.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 47 | 0.62 | 0 | 0.10 | 0.80 | 170.63 | 0.44 | 0.14 |
| Hex | 14 | 34 | 2F | 3E | 0 | A | 50 | AB | 2C | E |
| Octal | 24 | 64 | 57 | 76 | 0 | 12 | 120 | 253 | 54 | 16 |
| Binary | 10100 | 110100 | 101111 | 111110 | 0 | 1010 | 1010000 | 10101011 | 101100 | 1110 |
Color Harmonies of #14342F
Complementary color
Monochromatic Colors of #14342F
Black with #14342F
Text Example
Text Example
White with #14342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14342F; }
p { color: rgb(20,52,47); }
H1.HeaderClassName
{
color: #14342F;
}
.AnyTagClassName
{
color: #14342F;
}
</style>
background-color css
<style>
a { background-color: #14342F; }
a { background-color: rgb(20,52,47); }
div.DivClassName
{
background-color: #14342F;
}
.BgClassName
{
background-color: #14342F;
}
</style>
border-color css
<style>
span { border-color: #14342F; }
span { border-color: rgb(20,52,47); }
td.TdClassName
{
border-color: #14342F;
}
.TagClassName
{
border-color: #14342F;
}
</style>