Shades of Racing Green #13362D
Tints of Racing Green #13362D
RGB
CMYK
RGB Variations
Color information
#13362D (or 0x13362D) is known color: Racing Green. HEX triplet: 13, 36 and 2D. RGB value is (19,54,45). Sum of RGB (Red+Green+Blue) = 19+54+45=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #13362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13362D is #ECC9D2. Grayscale: #2A2A2A. Windows color (decimal): -15518163 or 2962963. OLE color: 2962963.
HSL color Cylindrical-coordinate representation of color #13362D: hue angle of 164.57º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13362D is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 54 | 45 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.79 |
| HSL | 164.57º | 0.48% | 0.14% | - |
| HSV(B) | 164.57º | 0.65% | 0.21% | - |
| XYZ | 2.06 | 2.97 | 2.95 | - |
| YUV | 42.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 45 | 0.65 | 0 | 0.17 | 0.79 | 164.57 | 0.48 | 0.14 |
| Hex | 13 | 36 | 2D | 41 | 0 | 11 | 4F | A5 | 30 | E |
| Octal | 23 | 66 | 55 | 101 | 0 | 21 | 117 | 245 | 60 | 16 |
| Binary | 10011 | 110110 | 101101 | 1000001 | 0 | 10001 | 1001111 | 10100101 | 110000 | 1110 |
Color Harmonies of #13362D
Complementary color
Monochromatic Colors of #13362D
Black with #13362D
Text Example
Text Example
White with #13362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13362D; }
p { color: rgb(19,54,45); }
H1.HeaderClassName
{
color: #13362D;
}
.AnyTagClassName
{
color: #13362D;
}
</style>
background-color css
<style>
a { background-color: #13362D; }
a { background-color: rgb(19,54,45); }
div.DivClassName
{
background-color: #13362D;
}
.BgClassName
{
background-color: #13362D;
}
</style>
border-color css
<style>
span { border-color: #13362D; }
span { border-color: rgb(19,54,45); }
td.TdClassName
{
border-color: #13362D;
}
.TagClassName
{
border-color: #13362D;
}
</style>