Shades of Racing Green #14382D
Tints of Racing Green #14382D
RGB
CMYK
RGB Variations
Color information
#14382D (or 0x14382D) is known color: Racing Green. HEX triplet: 14, 38 and 2D. RGB value is (20,56,45). Sum of RGB (Red+Green+Blue) = 20+56+45=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #14382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14382D is #EBC7D2. Grayscale: #2B2B2B. Windows color (decimal): -15452115 or 2963476. OLE color: 2963476.
HSL color Cylindrical-coordinate representation of color #14382D: hue angle of 161.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14382D is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 45 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.78 |
| HSL | 161.67º | 0.47% | 0.15% | - |
| HSV(B) | 161.67º | 0.64% | 0.22% | - |
| XYZ | 2.18 | 3.17 | 2.98 | - |
| YUV | 43.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 45 | 0.64 | 0 | 0.20 | 0.78 | 161.67 | 0.47 | 0.15 |
| Hex | 14 | 38 | 2D | 40 | 0 | 14 | 4E | A2 | 2F | F |
| Octal | 24 | 70 | 55 | 100 | 0 | 24 | 116 | 242 | 57 | 17 |
| Binary | 10100 | 111000 | 101101 | 1000000 | 0 | 10100 | 1001110 | 10100010 | 101111 | 1111 |
Color Harmonies of #14382D
Complementary color
Monochromatic Colors of #14382D
Black with #14382D
Text Example
Text Example
White with #14382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14382D; }
p { color: rgb(20,56,45); }
H1.HeaderClassName
{
color: #14382D;
}
.AnyTagClassName
{
color: #14382D;
}
</style>
background-color css
<style>
a { background-color: #14382D; }
a { background-color: rgb(20,56,45); }
div.DivClassName
{
background-color: #14382D;
}
.BgClassName
{
background-color: #14382D;
}
</style>
border-color css
<style>
span { border-color: #14382D; }
span { border-color: rgb(20,56,45); }
td.TdClassName
{
border-color: #14382D;
}
.TagClassName
{
border-color: #14382D;
}
</style>