Shades of British Racing Green #073E20
Tints of British Racing Green #073E20
RGB
CMYK
RGB Variations
Color information
#073E20 (or 0x073E20) is known color: British Racing Green. HEX triplet: 07, 3E and 20. RGB value is (7,62,32). Sum of RGB (Red+Green+Blue) = 7+62+32=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 62 (24.61% from 255 or 61.39% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 62 - color contains mainly: green. Hex color #073E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E20 is #F8C1DF. Grayscale: #2A2A2A. Windows color (decimal): -16302560 or 2113031. OLE color: 2113031.
HSL color Cylindrical-coordinate representation of color #073E20: hue angle of 147.27º 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 #073E20 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 62 | 32 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.76 |
| HSL | 147.27º | 0.8% | 0.14% | - |
| HSV(B) | 147.27º | 0.89% | 0.24% | - |
| XYZ | 2.07 | 3.59 | 1.95 | - |
| YUV | 42.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 32 | 0.89 | 0 | 0.48 | 0.76 | 147.27 | 0.8 | 0.14 |
| Hex | 7 | 3E | 20 | 59 | 0 | 30 | 4C | 93 | 50 | E |
| Octal | 7 | 76 | 40 | 131 | 0 | 60 | 114 | 223 | 120 | 16 |
| Binary | 111 | 111110 | 100000 | 1011001 | 0 | 110000 | 1001100 | 10010011 | 1010000 | 1110 |
Color Harmonies of #073E20
Complementary color
Monochromatic Colors of #073E20
Black with #073E20
Text Example
Text Example
White with #073E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E20; }
p { color: rgb(7,62,32); }
H1.HeaderClassName
{
color: #073E20;
}
.AnyTagClassName
{
color: #073E20;
}
</style>
background-color css
<style>
a { background-color: #073E20; }
a { background-color: rgb(7,62,32); }
div.DivClassName
{
background-color: #073E20;
}
.BgClassName
{
background-color: #073E20;
}
</style>
border-color css
<style>
span { border-color: #073E20; }
span { border-color: rgb(7,62,32); }
td.TdClassName
{
border-color: #073E20;
}
.TagClassName
{
border-color: #073E20;
}
</style>