Shades of British Racing Green #0D402C
Tints of British Racing Green #0D402C
RGB
CMYK
RGB Variations
Color information
#0D402C (or 0x0D402C) is known color: British Racing Green. HEX triplet: 0D, 40 and 2C. RGB value is (13,64,44). Sum of RGB (Red+Green+Blue) = 13+64+44=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #0D402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D402C is #F2BFD3. Grayscale: #2E2E2E. Windows color (decimal): -15908820 or 2899981. OLE color: 2899981.
HSL color Cylindrical-coordinate representation of color #0D402C: hue angle of 156.47º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D402C is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 64 | 44 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.75 |
| HSL | 156.47º | 0.66% | 0.15% | - |
| HSV(B) | 156.47º | 0.8% | 0.25% | - |
| XYZ | 2.45 | 3.93 | 3.01 | - |
| YUV | 46.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 44 | 0.80 | 0 | 0.31 | 0.75 | 156.47 | 0.66 | 0.15 |
| Hex | D | 40 | 2C | 50 | 0 | 1F | 4B | 9C | 42 | F |
| Octal | 15 | 100 | 54 | 120 | 0 | 37 | 113 | 234 | 102 | 17 |
| Binary | 1101 | 1000000 | 101100 | 1010000 | 0 | 11111 | 1001011 | 10011100 | 1000010 | 1111 |
Color Harmonies of #0D402C
Complementary color
Monochromatic Colors of #0D402C
Black with #0D402C
Text Example
Text Example
White with #0D402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D402C; }
p { color: rgb(13,64,44); }
H1.HeaderClassName
{
color: #0D402C;
}
.AnyTagClassName
{
color: #0D402C;
}
</style>
background-color css
<style>
a { background-color: #0D402C; }
a { background-color: rgb(13,64,44); }
div.DivClassName
{
background-color: #0D402C;
}
.BgClassName
{
background-color: #0D402C;
}
</style>
border-color css
<style>
span { border-color: #0D402C; }
span { border-color: rgb(13,64,44); }
td.TdClassName
{
border-color: #0D402C;
}
.TagClassName
{
border-color: #0D402C;
}
</style>