Shades of British Racing Green #073E2C
Tints of British Racing Green #073E2C
RGB
CMYK
RGB Variations
Color information
#073E2C (or 0x073E2C) is known color: British Racing Green. HEX triplet: 07, 3E and 2C. RGB value is (7,62,44). Sum of RGB (Red+Green+Blue) = 7+62+44=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #073E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E2C is #F8C1D3. Grayscale: #2B2B2B. Windows color (decimal): -16302548 or 2899463. OLE color: 2899463.
HSL color Cylindrical-coordinate representation of color #073E2C: hue angle of 160.36º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E2C is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 62 | 44 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.76 |
| HSL | 160.36º | 0.8% | 0.14% | - |
| HSV(B) | 160.36º | 0.89% | 0.24% | - |
| XYZ | 2.26 | 3.67 | 2.97 | - |
| YUV | 43.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 44 | 0.89 | 0 | 0.29 | 0.76 | 160.36 | 0.8 | 0.14 |
| Hex | 7 | 3E | 2C | 59 | 0 | 1D | 4C | A0 | 50 | E |
| Octal | 7 | 76 | 54 | 131 | 0 | 35 | 114 | 240 | 120 | 16 |
| Binary | 111 | 111110 | 101100 | 1011001 | 0 | 11101 | 1001100 | 10100000 | 1010000 | 1110 |
Color Harmonies of #073E2C
Complementary color
Monochromatic Colors of #073E2C
Black with #073E2C
Text Example
Text Example
White with #073E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E2C; }
p { color: rgb(7,62,44); }
H1.HeaderClassName
{
color: #073E2C;
}
.AnyTagClassName
{
color: #073E2C;
}
</style>
background-color css
<style>
a { background-color: #073E2C; }
a { background-color: rgb(7,62,44); }
div.DivClassName
{
background-color: #073E2C;
}
.BgClassName
{
background-color: #073E2C;
}
</style>
border-color css
<style>
span { border-color: #073E2C; }
span { border-color: rgb(7,62,44); }
td.TdClassName
{
border-color: #073E2C;
}
.TagClassName
{
border-color: #073E2C;
}
</style>