Shades of Racing Green #142A23
Tints of Racing Green #142A23
RGB
CMYK
RGB Variations
Color information
#142A23 (or 0x142A23) is known color: Racing Green. HEX triplet: 14, 2A and 23. RGB value is (20,42,35). Sum of RGB (Red+Green+Blue) = 20+42+35=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 42 - color contains mainly: green. Hex color #142A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A23 is #EBD5DC. Grayscale: #222222. Windows color (decimal): -15455709 or 2304532. OLE color: 2304532.
HSL color Cylindrical-coordinate representation of color #142A23: hue angle of 160.91º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #142A23 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 42 | 35 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.84 |
| HSL | 160.91º | 0.35% | 0.12% | - |
| HSV(B) | 160.91º | 0.52% | 0.16% | - |
| XYZ | 1.42 | 1.93 | 1.89 | - |
| YUV | 34.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 35 | 0.52 | 0 | 0.17 | 0.84 | 160.91 | 0.35 | 0.12 |
| Hex | 14 | 2A | 23 | 34 | 0 | 11 | 54 | A1 | 23 | C |
| Octal | 24 | 52 | 43 | 64 | 0 | 21 | 124 | 241 | 43 | 14 |
| Binary | 10100 | 101010 | 100011 | 110100 | 0 | 10001 | 1010100 | 10100001 | 100011 | 1100 |
Color Harmonies of #142A23
Complementary color
Monochromatic Colors of #142A23
Black with #142A23
Text Example
Text Example
White with #142A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A23; }
p { color: rgb(20,42,35); }
H1.HeaderClassName
{
color: #142A23;
}
.AnyTagClassName
{
color: #142A23;
}
</style>
background-color css
<style>
a { background-color: #142A23; }
a { background-color: rgb(20,42,35); }
div.DivClassName
{
background-color: #142A23;
}
.BgClassName
{
background-color: #142A23;
}
</style>
border-color css
<style>
span { border-color: #142A23; }
span { border-color: rgb(20,42,35); }
td.TdClassName
{
border-color: #142A23;
}
.TagClassName
{
border-color: #142A23;
}
</style>