Shades of Racing Green #0D2B28
Tints of Racing Green #0D2B28
RGB
CMYK
RGB Variations
Color information
#0D2B28 (or 0x0D2B28) is known color: Racing Green. HEX triplet: 0D, 2B and 28. RGB value is (13,43,40). Sum of RGB (Red+Green+Blue) = 13+43+40=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 43 - color contains mainly: green. Hex color #0D2B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2B28 is #F2D4D7. Grayscale: #212121. Windows color (decimal): -15914200 or 2632461. OLE color: 2632461.
HSL color Cylindrical-coordinate representation of color #0D2B28: hue angle of 174º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D2B28 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 43 | 40 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.83 |
| HSL | 174º | 0.54% | 0.11% | - |
| HSV(B) | 174º | 0.7% | 0.17% | - |
| XYZ | 1.41 | 1.97 | 2.31 | - |
| YUV | 33.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 40 | 0.70 | 0 | 0.07 | 0.83 | 174 | 0.54 | 0.11 |
| Hex | D | 2B | 28 | 46 | 0 | 7 | 53 | AE | 36 | B |
| Octal | 15 | 53 | 50 | 106 | 0 | 7 | 123 | 256 | 66 | 13 |
| Binary | 1101 | 101011 | 101000 | 1000110 | 0 | 111 | 1010011 | 10101110 | 110110 | 1011 |
Color Harmonies of #0D2B28
Complementary color
Monochromatic Colors of #0D2B28
Black with #0D2B28
Text Example
Text Example
White with #0D2B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2B28; }
p { color: rgb(13,43,40); }
H1.HeaderClassName
{
color: #0D2B28;
}
.AnyTagClassName
{
color: #0D2B28;
}
</style>
background-color css
<style>
a { background-color: #0D2B28; }
a { background-color: rgb(13,43,40); }
div.DivClassName
{
background-color: #0D2B28;
}
.BgClassName
{
background-color: #0D2B28;
}
</style>
border-color css
<style>
span { border-color: #0D2B28; }
span { border-color: rgb(13,43,40); }
td.TdClassName
{
border-color: #0D2B28;
}
.TagClassName
{
border-color: #0D2B28;
}
</style>