Shades of British Racing Green #073A1D
Tints of British Racing Green #073A1D
RGB
CMYK
RGB Variations
Color information
#073A1D (or 0x073A1D) is known color: British Racing Green. HEX triplet: 07, 3A and 1D. RGB value is (7,58,29). Sum of RGB (Red+Green+Blue) = 7+58+29=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #073A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A1D is #F8C5E2. Grayscale: #272727. Windows color (decimal): -16303587 or 1915399. OLE color: 1915399.
HSL color Cylindrical-coordinate representation of color #073A1D: hue angle of 145.88º degrees, saturation: 0.78, 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 #073A1D is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 29 | - |
| CMYK | 0.88 | 0 | 0.5 | 0.77 |
| HSL | 145.88º | 0.78% | 0.13% | - |
| HSV(B) | 145.88º | 0.88% | 0.23% | - |
| XYZ | 1.82 | 3.16 | 1.68 | - |
| YUV | 39.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 29 | 0.88 | 0 | 0.5 | 0.77 | 145.88 | 0.78 | 0.13 |
| Hex | 7 | 3A | 1D | 58 | 0 | 32 | 4D | 92 | 4E | D |
| Octal | 7 | 72 | 35 | 130 | 0 | 62 | 115 | 222 | 116 | 15 |
| Binary | 111 | 111010 | 11101 | 1011000 | 0 | 110010 | 1001101 | 10010010 | 1001110 | 1101 |
Color Harmonies of #073A1D
Complementary color
Monochromatic Colors of #073A1D
Black with #073A1D
Text Example
Text Example
White with #073A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A1D; }
p { color: rgb(7,58,29); }
H1.HeaderClassName
{
color: #073A1D;
}
.AnyTagClassName
{
color: #073A1D;
}
</style>
background-color css
<style>
a { background-color: #073A1D; }
a { background-color: rgb(7,58,29); }
div.DivClassName
{
background-color: #073A1D;
}
.BgClassName
{
background-color: #073A1D;
}
</style>
border-color css
<style>
span { border-color: #073A1D; }
span { border-color: rgb(7,58,29); }
td.TdClassName
{
border-color: #073A1D;
}
.TagClassName
{
border-color: #073A1D;
}
</style>