Shades of British Racing Green #073C1B
Tints of British Racing Green #073C1B
RGB
CMYK
RGB Variations
Color information
#073C1B (or 0x073C1B) is known color: British Racing Green. HEX triplet: 07, 3C and 1B. RGB value is (7,60,27). Sum of RGB (Red+Green+Blue) = 7+60+27=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 60 (23.83% from 255 or 63.83% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 60 - color contains mainly: green. Hex color #073C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C1B is #F8C3E4. Grayscale: #282828. Windows color (decimal): -16303077 or 1784839. OLE color: 1784839.
HSL color Cylindrical-coordinate representation of color #073C1B: hue angle of 142.64º 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 #073C1B is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 27 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.76 |
| HSL | 142.64º | 0.79% | 0.13% | - |
| HSV(B) | 142.64º | 0.88% | 0.24% | - |
| XYZ | 1.9 | 3.36 | 1.58 | - |
| YUV | 40.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 27 | 0.88 | 0 | 0.55 | 0.76 | 142.64 | 0.79 | 0.13 |
| Hex | 7 | 3C | 1B | 58 | 0 | 37 | 4C | 8F | 4F | D |
| Octal | 7 | 74 | 33 | 130 | 0 | 67 | 114 | 217 | 117 | 15 |
| Binary | 111 | 111100 | 11011 | 1011000 | 0 | 110111 | 1001100 | 10001111 | 1001111 | 1101 |
Color Harmonies of #073C1B
Complementary color
Monochromatic Colors of #073C1B
Black with #073C1B
Text Example
Text Example
White with #073C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C1B; }
p { color: rgb(7,60,27); }
H1.HeaderClassName
{
color: #073C1B;
}
.AnyTagClassName
{
color: #073C1B;
}
</style>
background-color css
<style>
a { background-color: #073C1B; }
a { background-color: rgb(7,60,27); }
div.DivClassName
{
background-color: #073C1B;
}
.BgClassName
{
background-color: #073C1B;
}
</style>
border-color css
<style>
span { border-color: #073C1B; }
span { border-color: rgb(7,60,27); }
td.TdClassName
{
border-color: #073C1B;
}
.TagClassName
{
border-color: #073C1B;
}
</style>