Shades of British Racing Green #073F2C
Tints of British Racing Green #073F2C
RGB
CMYK
RGB Variations
Color information
#073F2C (or 0x073F2C) is known color: British Racing Green. HEX triplet: 07, 3F and 2C. RGB value is (7,63,44). Sum of RGB (Red+Green+Blue) = 7+63+44=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #073F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F2C is #F8C0D3. Grayscale: #2C2C2C. Windows color (decimal): -16302292 or 2899719. OLE color: 2899719.
HSL color Cylindrical-coordinate representation of color #073F2C: hue angle of 159.64º 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 #073F2C is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 44 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.75 |
| HSL | 159.64º | 0.8% | 0.14% | - |
| HSV(B) | 159.64º | 0.89% | 0.25% | - |
| XYZ | 2.32 | 3.78 | 2.99 | - |
| YUV | 44.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 44 | 0.89 | 0 | 0.30 | 0.75 | 159.64 | 0.8 | 0.14 |
| Hex | 7 | 3F | 2C | 59 | 0 | 1E | 4B | A0 | 50 | E |
| Octal | 7 | 77 | 54 | 131 | 0 | 36 | 113 | 240 | 120 | 16 |
| Binary | 111 | 111111 | 101100 | 1011001 | 0 | 11110 | 1001011 | 10100000 | 1010000 | 1110 |
Color Harmonies of #073F2C
Complementary color
Monochromatic Colors of #073F2C
Black with #073F2C
Text Example
Text Example
White with #073F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F2C; }
p { color: rgb(7,63,44); }
H1.HeaderClassName
{
color: #073F2C;
}
.AnyTagClassName
{
color: #073F2C;
}
</style>
background-color css
<style>
a { background-color: #073F2C; }
a { background-color: rgb(7,63,44); }
div.DivClassName
{
background-color: #073F2C;
}
.BgClassName
{
background-color: #073F2C;
}
</style>
border-color css
<style>
span { border-color: #073F2C; }
span { border-color: rgb(7,63,44); }
td.TdClassName
{
border-color: #073F2C;
}
.TagClassName
{
border-color: #073F2C;
}
</style>