Shades of Racing Green #14392F
Tints of Racing Green #14392F
RGB
CMYK
RGB Variations
Color information
#14392F (or 0x14392F) is known color: Racing Green. HEX triplet: 14, 39 and 2F. RGB value is (20,57,47). Sum of RGB (Red+Green+Blue) = 20+57+47=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #14392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14392F is #EBC6D0. Grayscale: #2C2C2C. Windows color (decimal): -15451857 or 3094804. OLE color: 3094804.
HSL color Cylindrical-coordinate representation of color #14392F: hue angle of 163.78º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14392F is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 57 | 47 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.78 |
| HSL | 163.78º | 0.48% | 0.15% | - |
| HSV(B) | 163.78º | 0.65% | 0.22% | - |
| XYZ | 2.26 | 3.28 | 3.2 | - |
| YUV | 44.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 47 | 0.65 | 0 | 0.18 | 0.78 | 163.78 | 0.48 | 0.15 |
| Hex | 14 | 39 | 2F | 41 | 0 | 12 | 4E | A4 | 30 | F |
| Octal | 24 | 71 | 57 | 101 | 0 | 22 | 116 | 244 | 60 | 17 |
| Binary | 10100 | 111001 | 101111 | 1000001 | 0 | 10010 | 1001110 | 10100100 | 110000 | 1111 |
Color Harmonies of #14392F
Complementary color
Monochromatic Colors of #14392F
Black with #14392F
Text Example
Text Example
White with #14392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14392F; }
p { color: rgb(20,57,47); }
H1.HeaderClassName
{
color: #14392F;
}
.AnyTagClassName
{
color: #14392F;
}
</style>
background-color css
<style>
a { background-color: #14392F; }
a { background-color: rgb(20,57,47); }
div.DivClassName
{
background-color: #14392F;
}
.BgClassName
{
background-color: #14392F;
}
</style>
border-color css
<style>
span { border-color: #14392F; }
span { border-color: rgb(20,57,47); }
td.TdClassName
{
border-color: #14392F;
}
.TagClassName
{
border-color: #14392F;
}
</style>