Shades of British Racing Green #073F31
Tints of British Racing Green #073F31
RGB
CMYK
RGB Variations
Color information
#073F31 (or 0x073F31) is known color: British Racing Green. HEX triplet: 07, 3F and 31. RGB value is (7,63,49). Sum of RGB (Red+Green+Blue) = 7+63+49=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #073F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F31 is #F8C0CE. Grayscale: #2C2C2C. Windows color (decimal): -16302287 or 3227399. OLE color: 3227399.
HSL color Cylindrical-coordinate representation of color #073F31: hue angle of 165º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F31 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 49 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.75 |
| HSL | 165º | 0.8% | 0.14% | - |
| HSV(B) | 165º | 0.89% | 0.25% | - |
| XYZ | 2.42 | 3.82 | 3.52 | - |
| YUV | 44.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 49 | 0.89 | 0 | 0.22 | 0.75 | 165 | 0.8 | 0.14 |
| Hex | 7 | 3F | 31 | 59 | 0 | 16 | 4B | A5 | 50 | E |
| Octal | 7 | 77 | 61 | 131 | 0 | 26 | 113 | 245 | 120 | 16 |
| Binary | 111 | 111111 | 110001 | 1011001 | 0 | 10110 | 1001011 | 10100101 | 1010000 | 1110 |
Color Harmonies of #073F31
Complementary color
Monochromatic Colors of #073F31
Black with #073F31
Text Example
Text Example
White with #073F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F31; }
p { color: rgb(7,63,49); }
H1.HeaderClassName
{
color: #073F31;
}
.AnyTagClassName
{
color: #073F31;
}
</style>
background-color css
<style>
a { background-color: #073F31; }
a { background-color: rgb(7,63,49); }
div.DivClassName
{
background-color: #073F31;
}
.BgClassName
{
background-color: #073F31;
}
</style>
border-color css
<style>
span { border-color: #073F31; }
span { border-color: rgb(7,63,49); }
td.TdClassName
{
border-color: #073F31;
}
.TagClassName
{
border-color: #073F31;
}
</style>