Shades of Racing Green #14322A
Tints of Racing Green #14322A
RGB
CMYK
RGB Variations
Color information
#14322A (or 0x14322A) is known color: Racing Green. HEX triplet: 14, 32 and 2A. RGB value is (20,50,42). Sum of RGB (Red+Green+Blue) = 20+50+42=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #14322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14322A is #EBCDD5. Grayscale: #282828. Windows color (decimal): -15453654 or 2765332. OLE color: 2765332.
HSL color Cylindrical-coordinate representation of color #14322A: hue angle of 164º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14322A is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 50 | 42 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.80 |
| HSL | 164º | 0.43% | 0.14% | - |
| HSV(B) | 164º | 0.6% | 0.2% | - |
| XYZ | 1.85 | 2.6 | 2.59 | - |
| YUV | 40.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 42 | 0.60 | 0 | 0.16 | 0.80 | 164 | 0.43 | 0.14 |
| Hex | 14 | 32 | 2A | 3C | 0 | 10 | 50 | A4 | 2B | E |
| Octal | 24 | 62 | 52 | 74 | 0 | 20 | 120 | 244 | 53 | 16 |
| Binary | 10100 | 110010 | 101010 | 111100 | 0 | 10000 | 1010000 | 10100100 | 101011 | 1110 |
Color Harmonies of #14322A
Complementary color
Monochromatic Colors of #14322A
Black with #14322A
Text Example
Text Example
White with #14322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14322A; }
p { color: rgb(20,50,42); }
H1.HeaderClassName
{
color: #14322A;
}
.AnyTagClassName
{
color: #14322A;
}
</style>
background-color css
<style>
a { background-color: #14322A; }
a { background-color: rgb(20,50,42); }
div.DivClassName
{
background-color: #14322A;
}
.BgClassName
{
background-color: #14322A;
}
</style>
border-color css
<style>
span { border-color: #14322A; }
span { border-color: rgb(20,50,42); }
td.TdClassName
{
border-color: #14322A;
}
.TagClassName
{
border-color: #14322A;
}
</style>