Shades of Racing Green #14362B
Tints of Racing Green #14362B
RGB
CMYK
RGB Variations
Color information
#14362B (or 0x14362B) is known color: Racing Green. HEX triplet: 14, 36 and 2B. RGB value is (20,54,43). Sum of RGB (Red+Green+Blue) = 20+54+43=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #14362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14362B is #EBC9D4. Grayscale: #2A2A2A. Windows color (decimal): -15452629 or 2831892. OLE color: 2831892.
HSL color Cylindrical-coordinate representation of color #14362B: hue angle of 160.59º 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 #14362B is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 54 | 43 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.79 |
| HSL | 160.59º | 0.46% | 0.15% | - |
| HSV(B) | 160.59º | 0.63% | 0.21% | - |
| XYZ | 2.04 | 2.96 | 2.75 | - |
| YUV | 42.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 43 | 0.63 | 0 | 0.20 | 0.79 | 160.59 | 0.46 | 0.15 |
| Hex | 14 | 36 | 2B | 3F | 0 | 14 | 4F | A1 | 2E | F |
| Octal | 24 | 66 | 53 | 77 | 0 | 24 | 117 | 241 | 56 | 17 |
| Binary | 10100 | 110110 | 101011 | 111111 | 0 | 10100 | 1001111 | 10100001 | 101110 | 1111 |
Color Harmonies of #14362B
Complementary color
Monochromatic Colors of #14362B
Black with #14362B
Text Example
Text Example
White with #14362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14362B; }
p { color: rgb(20,54,43); }
H1.HeaderClassName
{
color: #14362B;
}
.AnyTagClassName
{
color: #14362B;
}
</style>
background-color css
<style>
a { background-color: #14362B; }
a { background-color: rgb(20,54,43); }
div.DivClassName
{
background-color: #14362B;
}
.BgClassName
{
background-color: #14362B;
}
</style>
border-color css
<style>
span { border-color: #14362B; }
span { border-color: rgb(20,54,43); }
td.TdClassName
{
border-color: #14362B;
}
.TagClassName
{
border-color: #14362B;
}
</style>