Shades of Racing Green #0D332D
Tints of Racing Green #0D332D
RGB
CMYK
RGB Variations
Color information
#0D332D (or 0x0D332D) is known color: Racing Green. HEX triplet: 0D, 33 and 2D. RGB value is (13,51,45). Sum of RGB (Red+Green+Blue) = 13+51+45=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #0D332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D332D is #F2CCD2. Grayscale: #262626. Windows color (decimal): -15912147 or 2962189. OLE color: 2962189.
HSL color Cylindrical-coordinate representation of color #0D332D: hue angle of 170.53º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D332D is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 51 | 45 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.8 |
| HSL | 170.53º | 0.59% | 0.13% | - |
| HSV(B) | 170.53º | 0.75% | 0.2% | - |
| XYZ | 1.82 | 2.64 | 2.9 | - |
| YUV | 38.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 45 | 0.75 | 0 | 0.12 | 0.8 | 170.53 | 0.59 | 0.13 |
| Hex | D | 33 | 2D | 4B | 0 | C | 50 | AB | 3B | D |
| Octal | 15 | 63 | 55 | 113 | 0 | 14 | 120 | 253 | 73 | 15 |
| Binary | 1101 | 110011 | 101101 | 1001011 | 0 | 1100 | 1010000 | 10101011 | 111011 | 1101 |
Color Harmonies of #0D332D
Complementary color
Monochromatic Colors of #0D332D
Black with #0D332D
Text Example
Text Example
White with #0D332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D332D; }
p { color: rgb(13,51,45); }
H1.HeaderClassName
{
color: #0D332D;
}
.AnyTagClassName
{
color: #0D332D;
}
</style>
background-color css
<style>
a { background-color: #0D332D; }
a { background-color: rgb(13,51,45); }
div.DivClassName
{
background-color: #0D332D;
}
.BgClassName
{
background-color: #0D332D;
}
</style>
border-color css
<style>
span { border-color: #0D332D; }
span { border-color: rgb(13,51,45); }
td.TdClassName
{
border-color: #0D332D;
}
.TagClassName
{
border-color: #0D332D;
}
</style>