Shades of British Racing Green #0D3E2D
Tints of British Racing Green #0D3E2D
RGB
CMYK
RGB Variations
Color information
#0D3E2D (or 0x0D3E2D) is known color: British Racing Green. HEX triplet: 0D, 3E and 2D. RGB value is (13,62,45). Sum of RGB (Red+Green+Blue) = 13+62+45=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E2D is #F2C1D2. Grayscale: #2D2D2D. Windows color (decimal): -15909331 or 2965005. OLE color: 2965005.
HSL color Cylindrical-coordinate representation of color #0D3E2D: hue angle of 159.18º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3E2D is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 62 | 45 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.76 |
| HSL | 159.18º | 0.65% | 0.15% | - |
| HSV(B) | 159.18º | 0.79% | 0.24% | - |
| XYZ | 2.36 | 3.72 | 3.08 | - |
| YUV | 45.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 45 | 0.79 | 0 | 0.27 | 0.76 | 159.18 | 0.65 | 0.15 |
| Hex | D | 3E | 2D | 4F | 0 | 1B | 4C | 9F | 41 | F |
| Octal | 15 | 76 | 55 | 117 | 0 | 33 | 114 | 237 | 101 | 17 |
| Binary | 1101 | 111110 | 101101 | 1001111 | 0 | 11011 | 1001100 | 10011111 | 1000001 | 1111 |
Color Harmonies of #0D3E2D
Complementary color
Monochromatic Colors of #0D3E2D
Black with #0D3E2D
Text Example
Text Example
White with #0D3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E2D; }
p { color: rgb(13,62,45); }
H1.HeaderClassName
{
color: #0D3E2D;
}
.AnyTagClassName
{
color: #0D3E2D;
}
</style>
background-color css
<style>
a { background-color: #0D3E2D; }
a { background-color: rgb(13,62,45); }
div.DivClassName
{
background-color: #0D3E2D;
}
.BgClassName
{
background-color: #0D3E2D;
}
</style>
border-color css
<style>
span { border-color: #0D3E2D; }
span { border-color: rgb(13,62,45); }
td.TdClassName
{
border-color: #0D3E2D;
}
.TagClassName
{
border-color: #0D3E2D;
}
</style>