Shades of British Racing Green #0D402D
Tints of British Racing Green #0D402D
RGB
CMYK
RGB Variations
Color information
#0D402D (or 0x0D402D) is known color: British Racing Green. HEX triplet: 0D, 40 and 2D. RGB value is (13,64,45). Sum of RGB (Red+Green+Blue) = 13+64+45=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #0D402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D402D is #F2BFD2. Grayscale: #2E2E2E. Windows color (decimal): -15908819 or 2965517. OLE color: 2965517.
HSL color Cylindrical-coordinate representation of color #0D402D: hue angle of 157.65º 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 #0D402D is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 64 | 45 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.75 |
| HSL | 157.65º | 0.66% | 0.15% | - |
| HSV(B) | 157.65º | 0.8% | 0.25% | - |
| XYZ | 2.47 | 3.94 | 3.11 | - |
| YUV | 46.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 45 | 0.80 | 0 | 0.30 | 0.75 | 157.65 | 0.66 | 0.15 |
| Hex | D | 40 | 2D | 50 | 0 | 1E | 4B | 9E | 42 | F |
| Octal | 15 | 100 | 55 | 120 | 0 | 36 | 113 | 236 | 102 | 17 |
| Binary | 1101 | 1000000 | 101101 | 1010000 | 0 | 11110 | 1001011 | 10011110 | 1000010 | 1111 |
Color Harmonies of #0D402D
Complementary color
Monochromatic Colors of #0D402D
Black with #0D402D
Text Example
Text Example
White with #0D402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D402D; }
p { color: rgb(13,64,45); }
H1.HeaderClassName
{
color: #0D402D;
}
.AnyTagClassName
{
color: #0D402D;
}
</style>
background-color css
<style>
a { background-color: #0D402D; }
a { background-color: rgb(13,64,45); }
div.DivClassName
{
background-color: #0D402D;
}
.BgClassName
{
background-color: #0D402D;
}
</style>
border-color css
<style>
span { border-color: #0D402D; }
span { border-color: rgb(13,64,45); }
td.TdClassName
{
border-color: #0D402D;
}
.TagClassName
{
border-color: #0D402D;
}
</style>