Shades of British Racing Green #073C2E
Tints of British Racing Green #073C2E
RGB
CMYK
RGB Variations
Color information
#073C2E (or 0x073C2E) is known color: British Racing Green. HEX triplet: 07, 3C and 2E. RGB value is (7,60,46). Sum of RGB (Red+Green+Blue) = 7+60+46=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #073C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C2E is #F8C3D1. Grayscale: #2A2A2A. Windows color (decimal): -16303058 or 3030023. OLE color: 3030023.
HSL color Cylindrical-coordinate representation of color #073C2E: hue angle of 164.15º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C2E is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 46 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.76 |
| HSL | 164.15º | 0.79% | 0.13% | - |
| HSV(B) | 164.15º | 0.88% | 0.24% | - |
| XYZ | 2.2 | 3.47 | 3.14 | - |
| YUV | 42.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 46 | 0.88 | 0 | 0.23 | 0.76 | 164.15 | 0.79 | 0.13 |
| Hex | 7 | 3C | 2E | 58 | 0 | 17 | 4C | A4 | 4F | D |
| Octal | 7 | 74 | 56 | 130 | 0 | 27 | 114 | 244 | 117 | 15 |
| Binary | 111 | 111100 | 101110 | 1011000 | 0 | 10111 | 1001100 | 10100100 | 1001111 | 1101 |
Color Harmonies of #073C2E
Complementary color
Monochromatic Colors of #073C2E
Black with #073C2E
Text Example
Text Example
White with #073C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C2E; }
p { color: rgb(7,60,46); }
H1.HeaderClassName
{
color: #073C2E;
}
.AnyTagClassName
{
color: #073C2E;
}
</style>
background-color css
<style>
a { background-color: #073C2E; }
a { background-color: rgb(7,60,46); }
div.DivClassName
{
background-color: #073C2E;
}
.BgClassName
{
background-color: #073C2E;
}
</style>
border-color css
<style>
span { border-color: #073C2E; }
span { border-color: rgb(7,60,46); }
td.TdClassName
{
border-color: #073C2E;
}
.TagClassName
{
border-color: #073C2E;
}
</style>