Shades of Racing Green #142F2C
Tints of Racing Green #142F2C
RGB
CMYK
RGB Variations
Color information
#142F2C (or 0x142F2C) is known color: Racing Green. HEX triplet: 14, 2F and 2C. RGB value is (20,47,44). Sum of RGB (Red+Green+Blue) = 20+47+44=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #142F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F2C is #EBD0D3. Grayscale: #262626. Windows color (decimal): -15454420 or 2895636. OLE color: 2895636.
HSL color Cylindrical-coordinate representation of color #142F2C: hue angle of 173.33º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142F2C is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 44 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.82 |
| HSL | 173.33º | 0.4% | 0.13% | - |
| HSV(B) | 173.33º | 0.57% | 0.18% | - |
| XYZ | 1.76 | 2.36 | 2.75 | - |
| YUV | 38.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 44 | 0.57 | 0 | 0.06 | 0.82 | 173.33 | 0.4 | 0.13 |
| Hex | 14 | 2F | 2C | 39 | 0 | 6 | 52 | AD | 28 | D |
| Octal | 24 | 57 | 54 | 71 | 0 | 6 | 122 | 255 | 50 | 15 |
| Binary | 10100 | 101111 | 101100 | 111001 | 0 | 110 | 1010010 | 10101101 | 101000 | 1101 |
Color Harmonies of #142F2C
Complementary color
Monochromatic Colors of #142F2C
Black with #142F2C
Text Example
Text Example
White with #142F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F2C; }
p { color: rgb(20,47,44); }
H1.HeaderClassName
{
color: #142F2C;
}
.AnyTagClassName
{
color: #142F2C;
}
</style>
background-color css
<style>
a { background-color: #142F2C; }
a { background-color: rgb(20,47,44); }
div.DivClassName
{
background-color: #142F2C;
}
.BgClassName
{
background-color: #142F2C;
}
</style>
border-color css
<style>
span { border-color: #142F2C; }
span { border-color: rgb(20,47,44); }
td.TdClassName
{
border-color: #142F2C;
}
.TagClassName
{
border-color: #142F2C;
}
</style>