Shades of British Racing Green #073D1F
Tints of British Racing Green #073D1F
RGB
CMYK
RGB Variations
Color information
#073D1F (or 0x073D1F) is known color: British Racing Green. HEX triplet: 07, 3D and 1F. RGB value is (7,61,31). Sum of RGB (Red+Green+Blue) = 7+61+31=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 61 (24.22% from 255 or 61.62% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 61 - color contains mainly: green. Hex color #073D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D1F is #F8C2E0. Grayscale: #292929. Windows color (decimal): -16302817 or 2047239. OLE color: 2047239.
HSL color Cylindrical-coordinate representation of color #073D1F: hue angle of 146.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D1F is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 31 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.76 |
| HSL | 146.67º | 0.79% | 0.13% | - |
| HSV(B) | 146.67º | 0.89% | 0.24% | - |
| XYZ | 2 | 3.48 | 1.86 | - |
| YUV | 41.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 31 | 0.89 | 0 | 0.49 | 0.76 | 146.67 | 0.79 | 0.13 |
| Hex | 7 | 3D | 1F | 59 | 0 | 31 | 4C | 93 | 4F | D |
| Octal | 7 | 75 | 37 | 131 | 0 | 61 | 114 | 223 | 117 | 15 |
| Binary | 111 | 111101 | 11111 | 1011001 | 0 | 110001 | 1001100 | 10010011 | 1001111 | 1101 |
Color Harmonies of #073D1F
Complementary color
Monochromatic Colors of #073D1F
Black with #073D1F
Text Example
Text Example
White with #073D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D1F; }
p { color: rgb(7,61,31); }
H1.HeaderClassName
{
color: #073D1F;
}
.AnyTagClassName
{
color: #073D1F;
}
</style>
background-color css
<style>
a { background-color: #073D1F; }
a { background-color: rgb(7,61,31); }
div.DivClassName
{
background-color: #073D1F;
}
.BgClassName
{
background-color: #073D1F;
}
</style>
border-color css
<style>
span { border-color: #073D1F; }
span { border-color: rgb(7,61,31); }
td.TdClassName
{
border-color: #073D1F;
}
.TagClassName
{
border-color: #073D1F;
}
</style>