Shades of British Racing Green #073C2C
Tints of British Racing Green #073C2C
RGB
CMYK
RGB Variations
Color information
#073C2C (or 0x073C2C) is known color: British Racing Green. HEX triplet: 07, 3C and 2C. RGB value is (7,60,44). Sum of RGB (Red+Green+Blue) = 7+60+44=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 60 (23.83% from 255 or 54.05% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 60 - color contains mainly: green. Hex color #073C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C2C is #F8C3D3. Grayscale: #2A2A2A. Windows color (decimal): -16303060 or 2898951. OLE color: 2898951.
HSL color Cylindrical-coordinate representation of color #073C2C: hue angle of 161.89º 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 #073C2C is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 44 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.76 |
| HSL | 161.89º | 0.79% | 0.13% | - |
| HSV(B) | 161.89º | 0.88% | 0.24% | - |
| XYZ | 2.16 | 3.46 | 2.94 | - |
| YUV | 42.33 | 128.94 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 44 | 0.88 | 0 | 0.27 | 0.76 | 161.89 | 0.79 | 0.13 |
| Hex | 7 | 3C | 2C | 58 | 0 | 1B | 4C | A2 | 4F | D |
| Octal | 7 | 74 | 54 | 130 | 0 | 33 | 114 | 242 | 117 | 15 |
| Binary | 111 | 111100 | 101100 | 1011000 | 0 | 11011 | 1001100 | 10100010 | 1001111 | 1101 |
Color Harmonies of #073C2C
Complementary color
Monochromatic Colors of #073C2C
Black with #073C2C
Text Example
Text Example
White with #073C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C2C; }
p { color: rgb(7,60,44); }
H1.HeaderClassName
{
color: #073C2C;
}
.AnyTagClassName
{
color: #073C2C;
}
</style>
background-color css
<style>
a { background-color: #073C2C; }
a { background-color: rgb(7,60,44); }
div.DivClassName
{
background-color: #073C2C;
}
.BgClassName
{
background-color: #073C2C;
}
</style>
border-color css
<style>
span { border-color: #073C2C; }
span { border-color: rgb(7,60,44); }
td.TdClassName
{
border-color: #073C2C;
}
.TagClassName
{
border-color: #073C2C;
}
</style>