Shades of Racing Green #14362D
Tints of Racing Green #14362D
RGB
CMYK
RGB Variations
Color information
#14362D (or 0x14362D) is known color: Racing Green. HEX triplet: 14, 36 and 2D. RGB value is (20,54,45). Sum of RGB (Red+Green+Blue) = 20+54+45=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #14362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14362D is #EBC9D2. Grayscale: #2A2A2A. Windows color (decimal): -15452627 or 2962964. OLE color: 2962964.
HSL color Cylindrical-coordinate representation of color #14362D: hue angle of 164.12º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #14362D is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 54 | 45 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.79 |
| HSL | 164.12º | 0.46% | 0.15% | - |
| HSV(B) | 164.12º | 0.63% | 0.21% | - |
| XYZ | 2.08 | 2.98 | 2.95 | - |
| YUV | 42.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 45 | 0.63 | 0 | 0.17 | 0.79 | 164.12 | 0.46 | 0.15 |
| Hex | 14 | 36 | 2D | 3F | 0 | 11 | 4F | A4 | 2E | F |
| Octal | 24 | 66 | 55 | 77 | 0 | 21 | 117 | 244 | 56 | 17 |
| Binary | 10100 | 110110 | 101101 | 111111 | 0 | 10001 | 1001111 | 10100100 | 101110 | 1111 |
Color Harmonies of #14362D
Complementary color
Monochromatic Colors of #14362D
Black with #14362D
Text Example
Text Example
White with #14362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14362D; }
p { color: rgb(20,54,45); }
H1.HeaderClassName
{
color: #14362D;
}
.AnyTagClassName
{
color: #14362D;
}
</style>
background-color css
<style>
a { background-color: #14362D; }
a { background-color: rgb(20,54,45); }
div.DivClassName
{
background-color: #14362D;
}
.BgClassName
{
background-color: #14362D;
}
</style>
border-color css
<style>
span { border-color: #14362D; }
span { border-color: rgb(20,54,45); }
td.TdClassName
{
border-color: #14362D;
}
.TagClassName
{
border-color: #14362D;
}
</style>