Shades of Racing Green #0D2E29
Tints of Racing Green #0D2E29
RGB
CMYK
RGB Variations
Color information
#0D2E29 (or 0x0D2E29) is known color: Racing Green. HEX triplet: 0D, 2E and 29. RGB value is (13,46,41). Sum of RGB (Red+Green+Blue) = 13+46+41=100 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2E29 is #F2D1D6. Grayscale: #232323. Windows color (decimal): -15913431 or 2698765. OLE color: 2698765.
HSL color Cylindrical-coordinate representation of color #0D2E29: hue angle of 170.91º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2E29 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 46 | 41 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.82 |
| HSL | 170.91º | 0.56% | 0.12% | - |
| HSV(B) | 170.91º | 0.72% | 0.18% | - |
| XYZ | 1.54 | 2.2 | 2.44 | - |
| YUV | 35.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 41 | 0.72 | 0 | 0.11 | 0.82 | 170.91 | 0.56 | 0.12 |
| Hex | D | 2E | 29 | 48 | 0 | B | 52 | AB | 38 | C |
| Octal | 15 | 56 | 51 | 110 | 0 | 13 | 122 | 253 | 70 | 14 |
| Binary | 1101 | 101110 | 101001 | 1001000 | 0 | 1011 | 1010010 | 10101011 | 111000 | 1100 |
Color Harmonies of #0D2E29
Complementary color
Monochromatic Colors of #0D2E29
Black with #0D2E29
Text Example
Text Example
White with #0D2E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2E29; }
p { color: rgb(13,46,41); }
H1.HeaderClassName
{
color: #0D2E29;
}
.AnyTagClassName
{
color: #0D2E29;
}
</style>
background-color css
<style>
a { background-color: #0D2E29; }
a { background-color: rgb(13,46,41); }
div.DivClassName
{
background-color: #0D2E29;
}
.BgClassName
{
background-color: #0D2E29;
}
</style>
border-color css
<style>
span { border-color: #0D2E29; }
span { border-color: rgb(13,46,41); }
td.TdClassName
{
border-color: #0D2E29;
}
.TagClassName
{
border-color: #0D2E29;
}
</style>