Shades of Racing Green #142A27
Tints of Racing Green #142A27
RGB
CMYK
RGB Variations
Color information
#142A27 (or 0x142A27) is known color: Racing Green. HEX triplet: 14, 2A and 27. RGB value is (20,42,39). Sum of RGB (Red+Green+Blue) = 20+42+39=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 42 - color contains mainly: green. Hex color #142A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A27 is #EBD5D8. Grayscale: #232323. Windows color (decimal): -15455705 or 2566676. OLE color: 2566676.
HSL color Cylindrical-coordinate representation of color #142A27: hue angle of 171.82º 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 #142A27 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 42 | 39 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.84 |
| HSL | 171.82º | 0.35% | 0.12% | - |
| HSV(B) | 171.82º | 0.52% | 0.16% | - |
| XYZ | 1.48 | 1.95 | 2.22 | - |
| YUV | 35.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 39 | 0.52 | 0 | 0.07 | 0.84 | 171.82 | 0.35 | 0.12 |
| Hex | 14 | 2A | 27 | 34 | 0 | 7 | 54 | AC | 23 | C |
| Octal | 24 | 52 | 47 | 64 | 0 | 7 | 124 | 254 | 43 | 14 |
| Binary | 10100 | 101010 | 100111 | 110100 | 0 | 111 | 1010100 | 10101100 | 100011 | 1100 |
Color Harmonies of #142A27
Complementary color
Monochromatic Colors of #142A27
Black with #142A27
Text Example
Text Example
White with #142A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A27; }
p { color: rgb(20,42,39); }
H1.HeaderClassName
{
color: #142A27;
}
.AnyTagClassName
{
color: #142A27;
}
</style>
background-color css
<style>
a { background-color: #142A27; }
a { background-color: rgb(20,42,39); }
div.DivClassName
{
background-color: #142A27;
}
.BgClassName
{
background-color: #142A27;
}
</style>
border-color css
<style>
span { border-color: #142A27; }
span { border-color: rgb(20,42,39); }
td.TdClassName
{
border-color: #142A27;
}
.TagClassName
{
border-color: #142A27;
}
</style>