Shades of British Racing Green #073A1C
Tints of British Racing Green #073A1C
RGB
CMYK
RGB Variations
Color information
#073A1C (or 0x073A1C) is known color: British Racing Green. HEX triplet: 07, 3A and 1C. RGB value is (7,58,28). Sum of RGB (Red+Green+Blue) = 7+58+28=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #073A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A1C is #F8C5E3. Grayscale: #272727. Windows color (decimal): -16303588 or 1849863. OLE color: 1849863.
HSL color Cylindrical-coordinate representation of color #073A1C: hue angle of 144.71º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A1C is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 28 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.77 |
| HSL | 144.71º | 0.78% | 0.13% | - |
| HSV(B) | 144.71º | 0.88% | 0.23% | - |
| XYZ | 1.81 | 3.16 | 1.61 | - |
| YUV | 39.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 28 | 0.88 | 0 | 0.52 | 0.77 | 144.71 | 0.78 | 0.13 |
| Hex | 7 | 3A | 1C | 58 | 0 | 34 | 4D | 91 | 4E | D |
| Octal | 7 | 72 | 34 | 130 | 0 | 64 | 115 | 221 | 116 | 15 |
| Binary | 111 | 111010 | 11100 | 1011000 | 0 | 110100 | 1001101 | 10010001 | 1001110 | 1101 |
Color Harmonies of #073A1C
Complementary color
Monochromatic Colors of #073A1C
Black with #073A1C
Text Example
Text Example
White with #073A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A1C; }
p { color: rgb(7,58,28); }
H1.HeaderClassName
{
color: #073A1C;
}
.AnyTagClassName
{
color: #073A1C;
}
</style>
background-color css
<style>
a { background-color: #073A1C; }
a { background-color: rgb(7,58,28); }
div.DivClassName
{
background-color: #073A1C;
}
.BgClassName
{
background-color: #073A1C;
}
</style>
border-color css
<style>
span { border-color: #073A1C; }
span { border-color: rgb(7,58,28); }
td.TdClassName
{
border-color: #073A1C;
}
.TagClassName
{
border-color: #073A1C;
}
</style>