Shades of Racing Green #141E1C
Tints of Racing Green #141E1C
RGB
CMYK
RGB Variations
Color information
#141E1C (or 0x141E1C) is known color: Racing Green. HEX triplet: 14, 1E and 1C. RGB value is (20,30,28). Sum of RGB (Red+Green+Blue) = 20+30+28=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 30 - color contains mainly: green. Hex color #141E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E1C is #EBE1E3. Grayscale: #1A1A1A. Windows color (decimal): -15458788 or 1842708. OLE color: 1842708.
HSL color Cylindrical-coordinate representation of color #141E1C: hue angle of 168º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141E1C is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 30 | 28 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.88 |
| HSL | 168º | 0.2% | 0.1% | - |
| HSV(B) | 168º | 0.33% | 0.12% | - |
| XYZ | 0.96 | 1.16 | 1.27 | - |
| YUV | 26.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 28 | 0.33 | 0 | 0.07 | 0.88 | 168 | 0.2 | 0.1 |
| Hex | 14 | 1E | 1C | 21 | 0 | 7 | 58 | A8 | 14 | A |
| Octal | 24 | 36 | 34 | 41 | 0 | 7 | 130 | 250 | 24 | 12 |
| Binary | 10100 | 11110 | 11100 | 100001 | 0 | 111 | 1011000 | 10101000 | 10100 | 1010 |
Color Harmonies of #141E1C
Complementary color
Monochromatic Colors of #141E1C
Black with #141E1C
Text Example
Text Example
White with #141E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E1C; }
p { color: rgb(20,30,28); }
H1.HeaderClassName
{
color: #141E1C;
}
.AnyTagClassName
{
color: #141E1C;
}
</style>
background-color css
<style>
a { background-color: #141E1C; }
a { background-color: rgb(20,30,28); }
div.DivClassName
{
background-color: #141E1C;
}
.BgClassName
{
background-color: #141E1C;
}
</style>
border-color css
<style>
span { border-color: #141E1C; }
span { border-color: rgb(20,30,28); }
td.TdClassName
{
border-color: #141E1C;
}
.TagClassName
{
border-color: #141E1C;
}
</style>