Shades of Racing Green #143228
Tints of Racing Green #143228
RGB
CMYK
RGB Variations
Color information
#143228 (or 0x143228) is known color: Racing Green. HEX triplet: 14, 32 and 28. RGB value is (20,50,40). Sum of RGB (Red+Green+Blue) = 20+50+40=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #143228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143228 is #EBCDD7. Grayscale: #272727. Windows color (decimal): -15453656 or 2634260. OLE color: 2634260.
HSL color Cylindrical-coordinate representation of color #143228: hue angle of 160º 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 #143228 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 50 | 40 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.80 |
| HSL | 160º | 0.43% | 0.14% | - |
| HSV(B) | 160º | 0.6% | 0.2% | - |
| XYZ | 1.81 | 2.58 | 2.41 | - |
| YUV | 39.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 40 | 0.60 | 0 | 0.20 | 0.80 | 160 | 0.43 | 0.14 |
| Hex | 14 | 32 | 28 | 3C | 0 | 14 | 50 | A0 | 2B | E |
| Octal | 24 | 62 | 50 | 74 | 0 | 24 | 120 | 240 | 53 | 16 |
| Binary | 10100 | 110010 | 101000 | 111100 | 0 | 10100 | 1010000 | 10100000 | 101011 | 1110 |
Color Harmonies of #143228
Complementary color
Monochromatic Colors of #143228
Black with #143228
Text Example
Text Example
White with #143228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143228; }
p { color: rgb(20,50,40); }
H1.HeaderClassName
{
color: #143228;
}
.AnyTagClassName
{
color: #143228;
}
</style>
background-color css
<style>
a { background-color: #143228; }
a { background-color: rgb(20,50,40); }
div.DivClassName
{
background-color: #143228;
}
.BgClassName
{
background-color: #143228;
}
</style>
border-color css
<style>
span { border-color: #143228; }
span { border-color: rgb(20,50,40); }
td.TdClassName
{
border-color: #143228;
}
.TagClassName
{
border-color: #143228;
}
</style>