Shades of British Racing Green #073E1C
Tints of British Racing Green #073E1C
RGB
CMYK
RGB Variations
Color information
#073E1C (or 0x073E1C) is known color: British Racing Green. HEX triplet: 07, 3E and 1C. RGB value is (7,62,28). Sum of RGB (Red+Green+Blue) = 7+62+28=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #073E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E1C is #F8C1E3. Grayscale: #292929. Windows color (decimal): -16302564 or 1850887. OLE color: 1850887.
HSL color Cylindrical-coordinate representation of color #073E1C: hue angle of 142.91º 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 #073E1C is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 62 | 28 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.76 |
| HSL | 142.91º | 0.8% | 0.14% | - |
| HSV(B) | 142.91º | 0.89% | 0.24% | - |
| XYZ | 2.02 | 3.57 | 1.68 | - |
| YUV | 41.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 28 | 0.89 | 0 | 0.55 | 0.76 | 142.91 | 0.8 | 0.14 |
| Hex | 7 | 3E | 1C | 59 | 0 | 37 | 4C | 8F | 50 | E |
| Octal | 7 | 76 | 34 | 131 | 0 | 67 | 114 | 217 | 120 | 16 |
| Binary | 111 | 111110 | 11100 | 1011001 | 0 | 110111 | 1001100 | 10001111 | 1010000 | 1110 |
Color Harmonies of #073E1C
Complementary color
Monochromatic Colors of #073E1C
Black with #073E1C
Text Example
Text Example
White with #073E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E1C; }
p { color: rgb(7,62,28); }
H1.HeaderClassName
{
color: #073E1C;
}
.AnyTagClassName
{
color: #073E1C;
}
</style>
background-color css
<style>
a { background-color: #073E1C; }
a { background-color: rgb(7,62,28); }
div.DivClassName
{
background-color: #073E1C;
}
.BgClassName
{
background-color: #073E1C;
}
</style>
border-color css
<style>
span { border-color: #073E1C; }
span { border-color: rgb(7,62,28); }
td.TdClassName
{
border-color: #073E1C;
}
.TagClassName
{
border-color: #073E1C;
}
</style>