Shades of Racing Green #14352D
Tints of Racing Green #14352D
RGB
CMYK
RGB Variations
Color information
#14352D (or 0x14352D) is known color: Racing Green. HEX triplet: 14, 35 and 2D. RGB value is (20,53,45). Sum of RGB (Red+Green+Blue) = 20+53+45=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #14352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14352D is #EBCAD2. Grayscale: #2A2A2A. Windows color (decimal): -15452883 or 2962708. OLE color: 2962708.
HSL color Cylindrical-coordinate representation of color #14352D: hue angle of 165.45º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14352D is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 45 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.79 |
| HSL | 165.45º | 0.45% | 0.14% | - |
| HSV(B) | 165.45º | 0.62% | 0.21% | - |
| XYZ | 2.04 | 2.88 | 2.93 | - |
| YUV | 42.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 45 | 0.62 | 0 | 0.15 | 0.79 | 165.45 | 0.45 | 0.14 |
| Hex | 14 | 35 | 2D | 3E | 0 | F | 4F | A5 | 2D | E |
| Octal | 24 | 65 | 55 | 76 | 0 | 17 | 117 | 245 | 55 | 16 |
| Binary | 10100 | 110101 | 101101 | 111110 | 0 | 1111 | 1001111 | 10100101 | 101101 | 1110 |
Color Harmonies of #14352D
Complementary color
Monochromatic Colors of #14352D
Black with #14352D
Text Example
Text Example
White with #14352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14352D; }
p { color: rgb(20,53,45); }
H1.HeaderClassName
{
color: #14352D;
}
.AnyTagClassName
{
color: #14352D;
}
</style>
background-color css
<style>
a { background-color: #14352D; }
a { background-color: rgb(20,53,45); }
div.DivClassName
{
background-color: #14352D;
}
.BgClassName
{
background-color: #14352D;
}
</style>
border-color css
<style>
span { border-color: #14352D; }
span { border-color: rgb(20,53,45); }
td.TdClassName
{
border-color: #14352D;
}
.TagClassName
{
border-color: #14352D;
}
</style>