Shades of British Racing Green #073A27
Tints of British Racing Green #073A27
RGB
CMYK
RGB Variations
Color information
#073A27 (or 0x073A27) is known color: British Racing Green. HEX triplet: 07, 3A and 27. RGB value is (7,58,39). Sum of RGB (Red+Green+Blue) = 7+58+39=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #073A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A27 is #F8C5D8. Grayscale: #282828. Windows color (decimal): -16303577 or 2570759. OLE color: 2570759.
HSL color Cylindrical-coordinate representation of color #073A27: hue angle of 157.65º 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 #073A27 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 39 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.77 |
| HSL | 157.65º | 0.78% | 0.13% | - |
| HSV(B) | 157.65º | 0.88% | 0.23% | - |
| XYZ | 1.97 | 3.22 | 2.44 | - |
| YUV | 40.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 39 | 0.88 | 0 | 0.33 | 0.77 | 157.65 | 0.78 | 0.13 |
| Hex | 7 | 3A | 27 | 58 | 0 | 21 | 4D | 9E | 4E | D |
| Octal | 7 | 72 | 47 | 130 | 0 | 41 | 115 | 236 | 116 | 15 |
| Binary | 111 | 111010 | 100111 | 1011000 | 0 | 100001 | 1001101 | 10011110 | 1001110 | 1101 |
Color Harmonies of #073A27
Complementary color
Monochromatic Colors of #073A27
Black with #073A27
Text Example
Text Example
White with #073A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A27; }
p { color: rgb(7,58,39); }
H1.HeaderClassName
{
color: #073A27;
}
.AnyTagClassName
{
color: #073A27;
}
</style>
background-color css
<style>
a { background-color: #073A27; }
a { background-color: rgb(7,58,39); }
div.DivClassName
{
background-color: #073A27;
}
.BgClassName
{
background-color: #073A27;
}
</style>
border-color css
<style>
span { border-color: #073A27; }
span { border-color: rgb(7,58,39); }
td.TdClassName
{
border-color: #073A27;
}
.TagClassName
{
border-color: #073A27;
}
</style>