Shades of Racing Green #142F2B
Tints of Racing Green #142F2B
RGB
CMYK
RGB Variations
Color information
#142F2B (or 0x142F2B) is known color: Racing Green. HEX triplet: 14, 2F and 2B. RGB value is (20,47,43). Sum of RGB (Red+Green+Blue) = 20+47+43=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #142F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F2B is #EBD0D4. Grayscale: #262626. Windows color (decimal): -15454421 or 2830100. OLE color: 2830100.
HSL color Cylindrical-coordinate representation of color #142F2B: hue angle of 171.11º 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 #142F2B is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 43 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.82 |
| HSL | 171.11º | 0.4% | 0.13% | - |
| HSV(B) | 171.11º | 0.57% | 0.18% | - |
| XYZ | 1.74 | 2.36 | 2.65 | - |
| YUV | 38.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 43 | 0.57 | 0 | 0.09 | 0.82 | 171.11 | 0.4 | 0.13 |
| Hex | 14 | 2F | 2B | 39 | 0 | 9 | 52 | AB | 28 | D |
| Octal | 24 | 57 | 53 | 71 | 0 | 11 | 122 | 253 | 50 | 15 |
| Binary | 10100 | 101111 | 101011 | 111001 | 0 | 1001 | 1010010 | 10101011 | 101000 | 1101 |
Color Harmonies of #142F2B
Complementary color
Monochromatic Colors of #142F2B
Black with #142F2B
Text Example
Text Example
White with #142F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F2B; }
p { color: rgb(20,47,43); }
H1.HeaderClassName
{
color: #142F2B;
}
.AnyTagClassName
{
color: #142F2B;
}
</style>
background-color css
<style>
a { background-color: #142F2B; }
a { background-color: rgb(20,47,43); }
div.DivClassName
{
background-color: #142F2B;
}
.BgClassName
{
background-color: #142F2B;
}
</style>
border-color css
<style>
span { border-color: #142F2B; }
span { border-color: rgb(20,47,43); }
td.TdClassName
{
border-color: #142F2B;
}
.TagClassName
{
border-color: #142F2B;
}
</style>