Shades of Racing Green #0D342D
Tints of Racing Green #0D342D
RGB
CMYK
RGB Variations
Color information
#0D342D (or 0x0D342D) is known color: Racing Green. HEX triplet: 0D, 34 and 2D. RGB value is (13,52,45). Sum of RGB (Red+Green+Blue) = 13+52+45=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #0D342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D342D is #F2CBD2. Grayscale: #272727. Windows color (decimal): -15911891 or 2962445. OLE color: 2962445.
HSL color Cylindrical-coordinate representation of color #0D342D: hue angle of 169.23º degrees, saturation: 0.6, 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 #0D342D is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 52 | 45 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.80 |
| HSL | 169.23º | 0.6% | 0.13% | - |
| HSV(B) | 169.23º | 0.75% | 0.2% | - |
| XYZ | 1.87 | 2.73 | 2.91 | - |
| YUV | 39.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 45 | 0.75 | 0 | 0.13 | 0.80 | 169.23 | 0.6 | 0.13 |
| Hex | D | 34 | 2D | 4B | 0 | D | 50 | A9 | 3C | D |
| Octal | 15 | 64 | 55 | 113 | 0 | 15 | 120 | 251 | 74 | 15 |
| Binary | 1101 | 110100 | 101101 | 1001011 | 0 | 1101 | 1010000 | 10101001 | 111100 | 1101 |
Color Harmonies of #0D342D
Complementary color
Monochromatic Colors of #0D342D
Black with #0D342D
Text Example
Text Example
White with #0D342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D342D; }
p { color: rgb(13,52,45); }
H1.HeaderClassName
{
color: #0D342D;
}
.AnyTagClassName
{
color: #0D342D;
}
</style>
background-color css
<style>
a { background-color: #0D342D; }
a { background-color: rgb(13,52,45); }
div.DivClassName
{
background-color: #0D342D;
}
.BgClassName
{
background-color: #0D342D;
}
</style>
border-color css
<style>
span { border-color: #0D342D; }
span { border-color: rgb(13,52,45); }
td.TdClassName
{
border-color: #0D342D;
}
.TagClassName
{
border-color: #0D342D;
}
</style>