Shades of Racing Green #142F28
Tints of Racing Green #142F28
RGB
CMYK
RGB Variations
Color information
#142F28 (or 0x142F28) is known color: Racing Green. HEX triplet: 14, 2F and 28. RGB value is (20,47,40). Sum of RGB (Red+Green+Blue) = 20+47+40=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #142F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F28 is #EBD0D7. Grayscale: #262626. Windows color (decimal): -15454424 or 2633492. OLE color: 2633492.
HSL color Cylindrical-coordinate representation of color #142F28: hue angle of 164.44º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142F28 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 40 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.82 |
| HSL | 164.44º | 0.4% | 0.13% | - |
| HSV(B) | 164.44º | 0.57% | 0.18% | - |
| XYZ | 1.69 | 2.33 | 2.37 | - |
| YUV | 38.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 40 | 0.57 | 0 | 0.15 | 0.82 | 164.44 | 0.4 | 0.13 |
| Hex | 14 | 2F | 28 | 39 | 0 | F | 52 | A4 | 28 | D |
| Octal | 24 | 57 | 50 | 71 | 0 | 17 | 122 | 244 | 50 | 15 |
| Binary | 10100 | 101111 | 101000 | 111001 | 0 | 1111 | 1010010 | 10100100 | 101000 | 1101 |
Color Harmonies of #142F28
Complementary color
Monochromatic Colors of #142F28
Black with #142F28
Text Example
Text Example
White with #142F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F28; }
p { color: rgb(20,47,40); }
H1.HeaderClassName
{
color: #142F28;
}
.AnyTagClassName
{
color: #142F28;
}
</style>
background-color css
<style>
a { background-color: #142F28; }
a { background-color: rgb(20,47,40); }
div.DivClassName
{
background-color: #142F28;
}
.BgClassName
{
background-color: #142F28;
}
</style>
border-color css
<style>
span { border-color: #142F28; }
span { border-color: rgb(20,47,40); }
td.TdClassName
{
border-color: #142F28;
}
.TagClassName
{
border-color: #142F28;
}
</style>