Shades of Racing Green #141F1E
Tints of Racing Green #141F1E
RGB
CMYK
RGB Variations
Color information
#141F1E (or 0x141F1E) is known color: Racing Green. HEX triplet: 14, 1F and 1E. RGB value is (20,31,30). Sum of RGB (Red+Green+Blue) = 20+31+30=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 31 - color contains mainly: green. Hex color #141F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F1E is #EBE0E1. Grayscale: #1B1B1B. Windows color (decimal): -15458530 or 1974036. OLE color: 1974036.
HSL color Cylindrical-coordinate representation of color #141F1E: hue angle of 174.55º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #141F1E is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 31 | 30 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.88 |
| HSL | 174.55º | 0.22% | 0.1% | - |
| HSV(B) | 174.55º | 0.35% | 0.12% | - |
| XYZ | 1.01 | 1.22 | 1.41 | - |
| YUV | 27.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 30 | 0.35 | 0 | 0.03 | 0.88 | 174.55 | 0.22 | 0.1 |
| Hex | 14 | 1F | 1E | 23 | 0 | 3 | 58 | AF | 16 | A |
| Octal | 24 | 37 | 36 | 43 | 0 | 3 | 130 | 257 | 26 | 12 |
| Binary | 10100 | 11111 | 11110 | 100011 | 0 | 11 | 1011000 | 10101111 | 10110 | 1010 |
Color Harmonies of #141F1E
Complementary color
Monochromatic Colors of #141F1E
Black with #141F1E
Text Example
Text Example
White with #141F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F1E; }
p { color: rgb(20,31,30); }
H1.HeaderClassName
{
color: #141F1E;
}
.AnyTagClassName
{
color: #141F1E;
}
</style>
background-color css
<style>
a { background-color: #141F1E; }
a { background-color: rgb(20,31,30); }
div.DivClassName
{
background-color: #141F1E;
}
.BgClassName
{
background-color: #141F1E;
}
</style>
border-color css
<style>
span { border-color: #141F1E; }
span { border-color: rgb(20,31,30); }
td.TdClassName
{
border-color: #141F1E;
}
.TagClassName
{
border-color: #141F1E;
}
</style>