Shades of British Racing Green #073E29
Tints of British Racing Green #073E29
RGB
CMYK
RGB Variations
Color information
#073E29 (or 0x073E29) is known color: British Racing Green. HEX triplet: 07, 3E and 29. RGB value is (7,62,41). Sum of RGB (Red+Green+Blue) = 7+62+41=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #073E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E29 is #F8C1D6. Grayscale: #2B2B2B. Windows color (decimal): -16302551 or 2702855. OLE color: 2702855.
HSL color Cylindrical-coordinate representation of color #073E29: hue angle of 157.09º 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 #073E29 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 62 | 41 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.76 |
| HSL | 157.09º | 0.8% | 0.14% | - |
| HSV(B) | 157.09º | 0.89% | 0.24% | - |
| XYZ | 2.21 | 3.65 | 2.69 | - |
| YUV | 43.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 41 | 0.89 | 0 | 0.34 | 0.76 | 157.09 | 0.8 | 0.14 |
| Hex | 7 | 3E | 29 | 59 | 0 | 22 | 4C | 9D | 50 | E |
| Octal | 7 | 76 | 51 | 131 | 0 | 42 | 114 | 235 | 120 | 16 |
| Binary | 111 | 111110 | 101001 | 1011001 | 0 | 100010 | 1001100 | 10011101 | 1010000 | 1110 |
Color Harmonies of #073E29
Complementary color
Monochromatic Colors of #073E29
Black with #073E29
Text Example
Text Example
White with #073E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E29; }
p { color: rgb(7,62,41); }
H1.HeaderClassName
{
color: #073E29;
}
.AnyTagClassName
{
color: #073E29;
}
</style>
background-color css
<style>
a { background-color: #073E29; }
a { background-color: rgb(7,62,41); }
div.DivClassName
{
background-color: #073E29;
}
.BgClassName
{
background-color: #073E29;
}
</style>
border-color css
<style>
span { border-color: #073E29; }
span { border-color: rgb(7,62,41); }
td.TdClassName
{
border-color: #073E29;
}
.TagClassName
{
border-color: #073E29;
}
</style>