Shades of Racing Green #14201F
Tints of Racing Green #14201F
RGB
CMYK
RGB Variations
Color information
#14201F (or 0x14201F) is known color: Racing Green. HEX triplet: 14, 20 and 1F. RGB value is (20,32,31). Sum of RGB (Red+Green+Blue) = 20+32+31=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 32 - color contains mainly: green. Hex color #14201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14201F is #EBDFE0. Grayscale: #1C1C1C. Windows color (decimal): -15458273 or 2039828. OLE color: 2039828.
HSL color Cylindrical-coordinate representation of color #14201F: hue angle of 175º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #14201F is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 32 | 31 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.87 |
| HSL | 175º | 0.23% | 0.1% | - |
| HSV(B) | 175º | 0.38% | 0.13% | - |
| XYZ | 1.05 | 1.28 | 1.49 | - |
| YUV | 28.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 31 | 0.37 | 0 | 0.03 | 0.87 | 175 | 0.23 | 0.1 |
| Hex | 14 | 20 | 1F | 25 | 0 | 3 | 57 | AF | 17 | A |
| Octal | 24 | 40 | 37 | 45 | 0 | 3 | 127 | 257 | 27 | 12 |
| Binary | 10100 | 100000 | 11111 | 100101 | 0 | 11 | 1010111 | 10101111 | 10111 | 1010 |
Color Harmonies of #14201F
Complementary color
Monochromatic Colors of #14201F
Black with #14201F
Text Example
Text Example
White with #14201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14201F; }
p { color: rgb(20,32,31); }
H1.HeaderClassName
{
color: #14201F;
}
.AnyTagClassName
{
color: #14201F;
}
</style>
background-color css
<style>
a { background-color: #14201F; }
a { background-color: rgb(20,32,31); }
div.DivClassName
{
background-color: #14201F;
}
.BgClassName
{
background-color: #14201F;
}
</style>
border-color css
<style>
span { border-color: #14201F; }
span { border-color: rgb(20,32,31); }
td.TdClassName
{
border-color: #14201F;
}
.TagClassName
{
border-color: #14201F;
}
</style>