Shades of British Racing Green #073C27
Tints of British Racing Green #073C27
RGB
CMYK
RGB Variations
Color information
#073C27 (or 0x073C27) is known color: British Racing Green. HEX triplet: 07, 3C and 27. RGB value is (7,60,39). Sum of RGB (Red+Green+Blue) = 7+60+39=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 60 (23.83% from 255 or 56.60% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 60 - color contains mainly: green. Hex color #073C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C27 is #F8C3D8. Grayscale: #292929. Windows color (decimal): -16303065 or 2571271. OLE color: 2571271.
HSL color Cylindrical-coordinate representation of color #073C27: hue angle of 156.23º 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 #073C27 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 39 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.76 |
| HSL | 156.23º | 0.79% | 0.13% | - |
| HSV(B) | 156.23º | 0.88% | 0.24% | - |
| XYZ | 2.07 | 3.42 | 2.47 | - |
| YUV | 41.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 39 | 0.88 | 0 | 0.35 | 0.76 | 156.23 | 0.79 | 0.13 |
| Hex | 7 | 3C | 27 | 58 | 0 | 23 | 4C | 9C | 4F | D |
| Octal | 7 | 74 | 47 | 130 | 0 | 43 | 114 | 234 | 117 | 15 |
| Binary | 111 | 111100 | 100111 | 1011000 | 0 | 100011 | 1001100 | 10011100 | 1001111 | 1101 |
Color Harmonies of #073C27
Complementary color
Monochromatic Colors of #073C27
Black with #073C27
Text Example
Text Example
White with #073C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C27; }
p { color: rgb(7,60,39); }
H1.HeaderClassName
{
color: #073C27;
}
.AnyTagClassName
{
color: #073C27;
}
</style>
background-color css
<style>
a { background-color: #073C27; }
a { background-color: rgb(7,60,39); }
div.DivClassName
{
background-color: #073C27;
}
.BgClassName
{
background-color: #073C27;
}
</style>
border-color css
<style>
span { border-color: #073C27; }
span { border-color: rgb(7,60,39); }
td.TdClassName
{
border-color: #073C27;
}
.TagClassName
{
border-color: #073C27;
}
</style>