Shades of Racing Green #142B28
Tints of Racing Green #142B28
RGB
CMYK
RGB Variations
Color information
#142B28 (or 0x142B28) is known color: Racing Green. HEX triplet: 14, 2B and 28. RGB value is (20,43,40). Sum of RGB (Red+Green+Blue) = 20+43+40=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 43 - color contains mainly: green. Hex color #142B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B28 is #EBD4D7. Grayscale: #232323. Windows color (decimal): -15455448 or 2632468. OLE color: 2632468.
HSL color Cylindrical-coordinate representation of color #142B28: hue angle of 172.17º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142B28 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 43 | 40 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.83 |
| HSL | 172.17º | 0.37% | 0.12% | - |
| HSV(B) | 172.17º | 0.53% | 0.17% | - |
| XYZ | 1.54 | 2.03 | 2.32 | - |
| YUV | 35.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 40 | 0.53 | 0 | 0.07 | 0.83 | 172.17 | 0.37 | 0.12 |
| Hex | 14 | 2B | 28 | 35 | 0 | 7 | 53 | AC | 25 | C |
| Octal | 24 | 53 | 50 | 65 | 0 | 7 | 123 | 254 | 45 | 14 |
| Binary | 10100 | 101011 | 101000 | 110101 | 0 | 111 | 1010011 | 10101100 | 100101 | 1100 |
Color Harmonies of #142B28
Complementary color
Monochromatic Colors of #142B28
Black with #142B28
Text Example
Text Example
White with #142B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B28; }
p { color: rgb(20,43,40); }
H1.HeaderClassName
{
color: #142B28;
}
.AnyTagClassName
{
color: #142B28;
}
</style>
background-color css
<style>
a { background-color: #142B28; }
a { background-color: rgb(20,43,40); }
div.DivClassName
{
background-color: #142B28;
}
.BgClassName
{
background-color: #142B28;
}
</style>
border-color css
<style>
span { border-color: #142B28; }
span { border-color: rgb(20,43,40); }
td.TdClassName
{
border-color: #142B28;
}
.TagClassName
{
border-color: #142B28;
}
</style>