Shades of Racing Green #14302D
Tints of Racing Green #14302D
RGB
CMYK
RGB Variations
Color information
#14302D (or 0x14302D) is known color: Racing Green. HEX triplet: 14, 30 and 2D. RGB value is (20,48,45). Sum of RGB (Red+Green+Blue) = 20+48+45=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #14302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14302D is #EBCFD2. Grayscale: #272727. Windows color (decimal): -15454163 or 2961428. OLE color: 2961428.
HSL color Cylindrical-coordinate representation of color #14302D: hue angle of 173.57º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14302D is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 48 | 45 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.81 |
| HSL | 173.57º | 0.41% | 0.13% | - |
| HSV(B) | 173.57º | 0.58% | 0.19% | - |
| XYZ | 1.82 | 2.45 | 2.86 | - |
| YUV | 39.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 45 | 0.58 | 0 | 0.06 | 0.81 | 173.57 | 0.41 | 0.13 |
| Hex | 14 | 30 | 2D | 3A | 0 | 6 | 51 | AE | 29 | D |
| Octal | 24 | 60 | 55 | 72 | 0 | 6 | 121 | 256 | 51 | 15 |
| Binary | 10100 | 110000 | 101101 | 111010 | 0 | 110 | 1010001 | 10101110 | 101001 | 1101 |
Color Harmonies of #14302D
Complementary color
Monochromatic Colors of #14302D
Black with #14302D
Text Example
Text Example
White with #14302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14302D; }
p { color: rgb(20,48,45); }
H1.HeaderClassName
{
color: #14302D;
}
.AnyTagClassName
{
color: #14302D;
}
</style>
background-color css
<style>
a { background-color: #14302D; }
a { background-color: rgb(20,48,45); }
div.DivClassName
{
background-color: #14302D;
}
.BgClassName
{
background-color: #14302D;
}
</style>
border-color css
<style>
span { border-color: #14302D; }
span { border-color: rgb(20,48,45); }
td.TdClassName
{
border-color: #14302D;
}
.TagClassName
{
border-color: #14302D;
}
</style>