Shades of British Racing Green #073F20
Tints of British Racing Green #073F20
RGB
CMYK
RGB Variations
Color information
#073F20 (or 0x073F20) is known color: British Racing Green. HEX triplet: 07, 3F and 20. RGB value is (7,63,32). Sum of RGB (Red+Green+Blue) = 7+63+32=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 63 (25% from 255 or 61.76% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 63 - color contains mainly: green. Hex color #073F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F20 is #F8C0DF. Grayscale: #2A2A2A. Windows color (decimal): -16302304 or 2113287. OLE color: 2113287.
HSL color Cylindrical-coordinate representation of color #073F20: hue angle of 146.79º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F20 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 32 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.75 |
| HSL | 146.79º | 0.8% | 0.14% | - |
| HSV(B) | 146.79º | 0.89% | 0.25% | - |
| XYZ | 2.13 | 3.7 | 1.97 | - |
| YUV | 42.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 32 | 0.89 | 0 | 0.49 | 0.75 | 146.79 | 0.8 | 0.14 |
| Hex | 7 | 3F | 20 | 59 | 0 | 31 | 4B | 93 | 50 | E |
| Octal | 7 | 77 | 40 | 131 | 0 | 61 | 113 | 223 | 120 | 16 |
| Binary | 111 | 111111 | 100000 | 1011001 | 0 | 110001 | 1001011 | 10010011 | 1010000 | 1110 |
Color Harmonies of #073F20
Complementary color
Monochromatic Colors of #073F20
Black with #073F20
Text Example
Text Example
White with #073F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F20; }
p { color: rgb(7,63,32); }
H1.HeaderClassName
{
color: #073F20;
}
.AnyTagClassName
{
color: #073F20;
}
</style>
background-color css
<style>
a { background-color: #073F20; }
a { background-color: rgb(7,63,32); }
div.DivClassName
{
background-color: #073F20;
}
.BgClassName
{
background-color: #073F20;
}
</style>
border-color css
<style>
span { border-color: #073F20; }
span { border-color: rgb(7,63,32); }
td.TdClassName
{
border-color: #073F20;
}
.TagClassName
{
border-color: #073F20;
}
</style>