Shades of British Racing Green #073C29
Tints of British Racing Green #073C29
RGB
CMYK
RGB Variations
Color information
#073C29 (or 0x073C29) is known color: British Racing Green. HEX triplet: 07, 3C and 29. RGB value is (7,60,41). Sum of RGB (Red+Green+Blue) = 7+60+41=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #073C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C29 is #F8C3D6. Grayscale: #2A2A2A. Windows color (decimal): -16303063 or 2702343. OLE color: 2702343.
HSL color Cylindrical-coordinate representation of color #073C29: hue angle of 158.49º 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 #073C29 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 41 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.76 |
| HSL | 158.49º | 0.79% | 0.13% | - |
| HSV(B) | 158.49º | 0.88% | 0.24% | - |
| XYZ | 2.1 | 3.44 | 2.65 | - |
| YUV | 41.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 41 | 0.88 | 0 | 0.32 | 0.76 | 158.49 | 0.79 | 0.13 |
| Hex | 7 | 3C | 29 | 58 | 0 | 20 | 4C | 9E | 4F | D |
| Octal | 7 | 74 | 51 | 130 | 0 | 40 | 114 | 236 | 117 | 15 |
| Binary | 111 | 111100 | 101001 | 1011000 | 0 | 100000 | 1001100 | 10011110 | 1001111 | 1101 |
Color Harmonies of #073C29
Complementary color
Monochromatic Colors of #073C29
Black with #073C29
Text Example
Text Example
White with #073C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C29; }
p { color: rgb(7,60,41); }
H1.HeaderClassName
{
color: #073C29;
}
.AnyTagClassName
{
color: #073C29;
}
</style>
background-color css
<style>
a { background-color: #073C29; }
a { background-color: rgb(7,60,41); }
div.DivClassName
{
background-color: #073C29;
}
.BgClassName
{
background-color: #073C29;
}
</style>
border-color css
<style>
span { border-color: #073C29; }
span { border-color: rgb(7,60,41); }
td.TdClassName
{
border-color: #073C29;
}
.TagClassName
{
border-color: #073C29;
}
</style>