Shades of British Racing Green #073F27
Tints of British Racing Green #073F27
RGB
CMYK
RGB Variations
Color information
#073F27 (or 0x073F27) is known color: British Racing Green. HEX triplet: 07, 3F and 27. RGB value is (7,63,39). Sum of RGB (Red+Green+Blue) = 7+63+39=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #073F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F27 is #F8C0D8. Grayscale: #2B2B2B. Windows color (decimal): -16302297 or 2572039. OLE color: 2572039.
HSL color Cylindrical-coordinate representation of color #073F27: hue angle of 154.29º 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 #073F27 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 39 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.75 |
| HSL | 154.29º | 0.8% | 0.14% | - |
| HSV(B) | 154.29º | 0.89% | 0.25% | - |
| XYZ | 2.23 | 3.75 | 2.53 | - |
| YUV | 43.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 39 | 0.89 | 0 | 0.38 | 0.75 | 154.29 | 0.8 | 0.14 |
| Hex | 7 | 3F | 27 | 59 | 0 | 26 | 4B | 9A | 50 | E |
| Octal | 7 | 77 | 47 | 131 | 0 | 46 | 113 | 232 | 120 | 16 |
| Binary | 111 | 111111 | 100111 | 1011001 | 0 | 100110 | 1001011 | 10011010 | 1010000 | 1110 |
Color Harmonies of #073F27
Complementary color
Monochromatic Colors of #073F27
Black with #073F27
Text Example
Text Example
White with #073F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F27; }
p { color: rgb(7,63,39); }
H1.HeaderClassName
{
color: #073F27;
}
.AnyTagClassName
{
color: #073F27;
}
</style>
background-color css
<style>
a { background-color: #073F27; }
a { background-color: rgb(7,63,39); }
div.DivClassName
{
background-color: #073F27;
}
.BgClassName
{
background-color: #073F27;
}
</style>
border-color css
<style>
span { border-color: #073F27; }
span { border-color: rgb(7,63,39); }
td.TdClassName
{
border-color: #073F27;
}
.TagClassName
{
border-color: #073F27;
}
</style>