Shades of Racing Green #143229
Tints of Racing Green #143229
RGB
CMYK
RGB Variations
Color information
#143229 (or 0x143229) is known color: Racing Green. HEX triplet: 14, 32 and 29. RGB value is (20,50,41). Sum of RGB (Red+Green+Blue) = 20+50+41=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #143229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143229 is #EBCDD6. Grayscale: #282828. Windows color (decimal): -15453655 or 2699796. OLE color: 2699796.
HSL color Cylindrical-coordinate representation of color #143229: hue angle of 162º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143229 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 50 | 41 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.80 |
| HSL | 162º | 0.43% | 0.14% | - |
| HSV(B) | 162º | 0.6% | 0.2% | - |
| XYZ | 1.83 | 2.59 | 2.5 | - |
| YUV | 40 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 41 | 0.60 | 0 | 0.18 | 0.80 | 162 | 0.43 | 0.14 |
| Hex | 14 | 32 | 29 | 3C | 0 | 12 | 50 | A2 | 2B | E |
| Octal | 24 | 62 | 51 | 74 | 0 | 22 | 120 | 242 | 53 | 16 |
| Binary | 10100 | 110010 | 101001 | 111100 | 0 | 10010 | 1010000 | 10100010 | 101011 | 1110 |
Color Harmonies of #143229
Complementary color
Monochromatic Colors of #143229
Black with #143229
Text Example
Text Example
White with #143229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143229; }
p { color: rgb(20,50,41); }
H1.HeaderClassName
{
color: #143229;
}
.AnyTagClassName
{
color: #143229;
}
</style>
background-color css
<style>
a { background-color: #143229; }
a { background-color: rgb(20,50,41); }
div.DivClassName
{
background-color: #143229;
}
.BgClassName
{
background-color: #143229;
}
</style>
border-color css
<style>
span { border-color: #143229; }
span { border-color: rgb(20,50,41); }
td.TdClassName
{
border-color: #143229;
}
.TagClassName
{
border-color: #143229;
}
</style>