Shades of British Racing Green #073C1C
Tints of British Racing Green #073C1C
RGB
CMYK
RGB Variations
Color information
#073C1C (or 0x073C1C) is known color: British Racing Green. HEX triplet: 07, 3C and 1C. RGB value is (7,60,28). Sum of RGB (Red+Green+Blue) = 7+60+28=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 60 (23.83% from 255 or 63.16% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 60 - color contains mainly: green. Hex color #073C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C1C is #F8C3E3. Grayscale: #282828. Windows color (decimal): -16303076 or 1850375. OLE color: 1850375.
HSL color Cylindrical-coordinate representation of color #073C1C: hue angle of 143.77º 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 #073C1C is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 28 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.76 |
| HSL | 143.77º | 0.79% | 0.13% | - |
| HSV(B) | 143.77º | 0.88% | 0.24% | - |
| XYZ | 1.91 | 3.36 | 1.65 | - |
| YUV | 40.51 | 120.94 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 28 | 0.88 | 0 | 0.53 | 0.76 | 143.77 | 0.79 | 0.13 |
| Hex | 7 | 3C | 1C | 58 | 0 | 35 | 4C | 90 | 4F | D |
| Octal | 7 | 74 | 34 | 130 | 0 | 65 | 114 | 220 | 117 | 15 |
| Binary | 111 | 111100 | 11100 | 1011000 | 0 | 110101 | 1001100 | 10010000 | 1001111 | 1101 |
Color Harmonies of #073C1C
Complementary color
Monochromatic Colors of #073C1C
Black with #073C1C
Text Example
Text Example
White with #073C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C1C; }
p { color: rgb(7,60,28); }
H1.HeaderClassName
{
color: #073C1C;
}
.AnyTagClassName
{
color: #073C1C;
}
</style>
background-color css
<style>
a { background-color: #073C1C; }
a { background-color: rgb(7,60,28); }
div.DivClassName
{
background-color: #073C1C;
}
.BgClassName
{
background-color: #073C1C;
}
</style>
border-color css
<style>
span { border-color: #073C1C; }
span { border-color: rgb(7,60,28); }
td.TdClassName
{
border-color: #073C1C;
}
.TagClassName
{
border-color: #073C1C;
}
</style>