Shades of Racing Green #14211F
Tints of Racing Green #14211F
RGB
CMYK
RGB Variations
Color information
#14211F (or 0x14211F) is known color: Racing Green. HEX triplet: 14, 21 and 1F. RGB value is (20,33,31). Sum of RGB (Red+Green+Blue) = 20+33+31=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #14211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14211F is #EBDEE0. Grayscale: #1C1C1C. Windows color (decimal): -15458017 or 2040084. OLE color: 2040084.
HSL color Cylindrical-coordinate representation of color #14211F: hue angle of 170.77º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #14211F is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 33 | 31 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.87 |
| HSL | 170.77º | 0.25% | 0.1% | - |
| HSV(B) | 170.77º | 0.39% | 0.13% | - |
| XYZ | 1.08 | 1.34 | 1.5 | - |
| YUV | 28.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 31 | 0.39 | 0 | 0.06 | 0.87 | 170.77 | 0.25 | 0.1 |
| Hex | 14 | 21 | 1F | 27 | 0 | 6 | 57 | AB | 19 | A |
| Octal | 24 | 41 | 37 | 47 | 0 | 6 | 127 | 253 | 31 | 12 |
| Binary | 10100 | 100001 | 11111 | 100111 | 0 | 110 | 1010111 | 10101011 | 11001 | 1010 |
Color Harmonies of #14211F
Complementary color
Monochromatic Colors of #14211F
Black with #14211F
Text Example
Text Example
White with #14211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14211F; }
p { color: rgb(20,33,31); }
H1.HeaderClassName
{
color: #14211F;
}
.AnyTagClassName
{
color: #14211F;
}
</style>
background-color css
<style>
a { background-color: #14211F; }
a { background-color: rgb(20,33,31); }
div.DivClassName
{
background-color: #14211F;
}
.BgClassName
{
background-color: #14211F;
}
</style>
border-color css
<style>
span { border-color: #14211F; }
span { border-color: rgb(20,33,31); }
td.TdClassName
{
border-color: #14211F;
}
.TagClassName
{
border-color: #14211F;
}
</style>