Shades of Racing Green #142822
Tints of Racing Green #142822
RGB
CMYK
RGB Variations
Color information
#142822 (or 0x142822) is known color: Racing Green. HEX triplet: 14, 28 and 22. RGB value is (20,40,34). Sum of RGB (Red+Green+Blue) = 20+40+34=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #142822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142822 is #EBD7DD. Grayscale: #212121. Windows color (decimal): -15456222 or 2238484. OLE color: 2238484.
HSL color Cylindrical-coordinate representation of color #142822: hue angle of 162º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142822 is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 40 | 34 | - |
| CMYK | 0.5 | 0 | 0.15 | 0.84 |
| HSL | 162º | 0.33% | 0.12% | - |
| HSV(B) | 162º | 0.5% | 0.16% | - |
| XYZ | 1.34 | 1.78 | 1.79 | - |
| YUV | 33.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 34 | 0.5 | 0 | 0.15 | 0.84 | 162 | 0.33 | 0.12 |
| Hex | 14 | 28 | 22 | 32 | 0 | F | 54 | A2 | 21 | C |
| Octal | 24 | 50 | 42 | 62 | 0 | 17 | 124 | 242 | 41 | 14 |
| Binary | 10100 | 101000 | 100010 | 110010 | 0 | 1111 | 1010100 | 10100010 | 100001 | 1100 |
Color Harmonies of #142822
Complementary color
Monochromatic Colors of #142822
Black with #142822
Text Example
Text Example
White with #142822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142822; }
p { color: rgb(20,40,34); }
H1.HeaderClassName
{
color: #142822;
}
.AnyTagClassName
{
color: #142822;
}
</style>
background-color css
<style>
a { background-color: #142822; }
a { background-color: rgb(20,40,34); }
div.DivClassName
{
background-color: #142822;
}
.BgClassName
{
background-color: #142822;
}
</style>
border-color css
<style>
span { border-color: #142822; }
span { border-color: rgb(20,40,34); }
td.TdClassName
{
border-color: #142822;
}
.TagClassName
{
border-color: #142822;
}
</style>