Shades of British Racing Green #073E22
Tints of British Racing Green #073E22
RGB
CMYK
RGB Variations
Color information
#073E22 (or 0x073E22) is known color: British Racing Green. HEX triplet: 07, 3E and 22. RGB value is (7,62,34). Sum of RGB (Red+Green+Blue) = 7+62+34=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 62 (24.61% from 255 or 60.19% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 62 - color contains mainly: green. Hex color #073E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E22 is #F8C1DD. Grayscale: #2A2A2A. Windows color (decimal): -16302558 or 2244103. OLE color: 2244103.
HSL color Cylindrical-coordinate representation of color #073E22: hue angle of 149.45º 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 #073E22 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 62 | 34 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.76 |
| HSL | 149.45º | 0.8% | 0.14% | - |
| HSV(B) | 149.45º | 0.89% | 0.24% | - |
| XYZ | 2.1 | 3.61 | 2.1 | - |
| YUV | 42.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 34 | 0.89 | 0 | 0.45 | 0.76 | 149.45 | 0.8 | 0.14 |
| Hex | 7 | 3E | 22 | 59 | 0 | 2D | 4C | 95 | 50 | E |
| Octal | 7 | 76 | 42 | 131 | 0 | 55 | 114 | 225 | 120 | 16 |
| Binary | 111 | 111110 | 100010 | 1011001 | 0 | 101101 | 1001100 | 10010101 | 1010000 | 1110 |
Color Harmonies of #073E22
Complementary color
Monochromatic Colors of #073E22
Black with #073E22
Text Example
Text Example
White with #073E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E22; }
p { color: rgb(7,62,34); }
H1.HeaderClassName
{
color: #073E22;
}
.AnyTagClassName
{
color: #073E22;
}
</style>
background-color css
<style>
a { background-color: #073E22; }
a { background-color: rgb(7,62,34); }
div.DivClassName
{
background-color: #073E22;
}
.BgClassName
{
background-color: #073E22;
}
</style>
border-color css
<style>
span { border-color: #073E22; }
span { border-color: rgb(7,62,34); }
td.TdClassName
{
border-color: #073E22;
}
.TagClassName
{
border-color: #073E22;
}
</style>