Shades of British Racing Green #073B1D
Tints of British Racing Green #073B1D
RGB
CMYK
RGB Variations
Color information
#073B1D (or 0x073B1D) is known color: British Racing Green. HEX triplet: 07, 3B and 1D. RGB value is (7,59,29). Sum of RGB (Red+Green+Blue) = 7+59+29=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 59 (23.44% from 255 or 62.11% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 59 - color contains mainly: green. Hex color #073B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B1D is #F8C4E2. Grayscale: #282828. Windows color (decimal): -16303331 or 1915655. OLE color: 1915655.
HSL color Cylindrical-coordinate representation of color #073B1D: hue angle of 145.38º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073B1D is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 59 | 29 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.77 |
| HSL | 145.38º | 0.79% | 0.13% | - |
| HSV(B) | 145.38º | 0.88% | 0.23% | - |
| XYZ | 1.87 | 3.26 | 1.69 | - |
| YUV | 40.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 29 | 0.88 | 0 | 0.51 | 0.77 | 145.38 | 0.79 | 0.13 |
| Hex | 7 | 3B | 1D | 58 | 0 | 33 | 4D | 91 | 4F | D |
| Octal | 7 | 73 | 35 | 130 | 0 | 63 | 115 | 221 | 117 | 15 |
| Binary | 111 | 111011 | 11101 | 1011000 | 0 | 110011 | 1001101 | 10010001 | 1001111 | 1101 |
Color Harmonies of #073B1D
Complementary color
Monochromatic Colors of #073B1D
Black with #073B1D
Text Example
Text Example
White with #073B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B1D; }
p { color: rgb(7,59,29); }
H1.HeaderClassName
{
color: #073B1D;
}
.AnyTagClassName
{
color: #073B1D;
}
</style>
background-color css
<style>
a { background-color: #073B1D; }
a { background-color: rgb(7,59,29); }
div.DivClassName
{
background-color: #073B1D;
}
.BgClassName
{
background-color: #073B1D;
}
</style>
border-color css
<style>
span { border-color: #073B1D; }
span { border-color: rgb(7,59,29); }
td.TdClassName
{
border-color: #073B1D;
}
.TagClassName
{
border-color: #073B1D;
}
</style>