Shades of Racing Green #0D2523
Tints of Racing Green #0D2523
RGB
CMYK
RGB Variations
Color information
#0D2523 (or 0x0D2523) is known color: Racing Green. HEX triplet: 0D, 25 and 23. RGB value is (13,37,35). Sum of RGB (Red+Green+Blue) = 13+37+35=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2523 is #F2DADC. Grayscale: #1D1D1D. Windows color (decimal): -15915741 or 2303245. OLE color: 2303245.
HSL color Cylindrical-coordinate representation of color #0D2523: hue angle of 175º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D2523 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 37 | 35 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.85 |
| HSL | 175º | 0.48% | 0.1% | - |
| HSV(B) | 175º | 0.65% | 0.15% | - |
| XYZ | 1.13 | 1.53 | 1.83 | - |
| YUV | 29.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 35 | 0.65 | 0 | 0.05 | 0.85 | 175 | 0.48 | 0.1 |
| Hex | D | 25 | 23 | 41 | 0 | 5 | 55 | AF | 30 | A |
| Octal | 15 | 45 | 43 | 101 | 0 | 5 | 125 | 257 | 60 | 12 |
| Binary | 1101 | 100101 | 100011 | 1000001 | 0 | 101 | 1010101 | 10101111 | 110000 | 1010 |
Color Harmonies of #0D2523
Complementary color
Monochromatic Colors of #0D2523
Black with #0D2523
Text Example
Text Example
White with #0D2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2523; }
p { color: rgb(13,37,35); }
H1.HeaderClassName
{
color: #0D2523;
}
.AnyTagClassName
{
color: #0D2523;
}
</style>
background-color css
<style>
a { background-color: #0D2523; }
a { background-color: rgb(13,37,35); }
div.DivClassName
{
background-color: #0D2523;
}
.BgClassName
{
background-color: #0D2523;
}
</style>
border-color css
<style>
span { border-color: #0D2523; }
span { border-color: rgb(13,37,35); }
td.TdClassName
{
border-color: #0D2523;
}
.TagClassName
{
border-color: #0D2523;
}
</style>