Shades of British Racing Green #073C28
Tints of British Racing Green #073C28
RGB
CMYK
RGB Variations
Color information
#073C28 (or 0x073C28) is known color: British Racing Green. HEX triplet: 07, 3C and 28. RGB value is (7,60,40). Sum of RGB (Red+Green+Blue) = 7+60+40=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 60 (23.83% from 255 or 56.07% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 60 - color contains mainly: green. Hex color #073C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C28 is #F8C3D7. Grayscale: #292929. Windows color (decimal): -16303064 or 2636807. OLE color: 2636807.
HSL color Cylindrical-coordinate representation of color #073C28: hue angle of 157.36º 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 #073C28 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 40 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.76 |
| HSL | 157.36º | 0.79% | 0.13% | - |
| HSV(B) | 157.36º | 0.88% | 0.24% | - |
| XYZ | 2.09 | 3.43 | 2.56 | - |
| YUV | 41.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 40 | 0.88 | 0 | 0.33 | 0.76 | 157.36 | 0.79 | 0.13 |
| Hex | 7 | 3C | 28 | 58 | 0 | 21 | 4C | 9D | 4F | D |
| Octal | 7 | 74 | 50 | 130 | 0 | 41 | 114 | 235 | 117 | 15 |
| Binary | 111 | 111100 | 101000 | 1011000 | 0 | 100001 | 1001100 | 10011101 | 1001111 | 1101 |
Color Harmonies of #073C28
Complementary color
Monochromatic Colors of #073C28
Black with #073C28
Text Example
Text Example
White with #073C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C28; }
p { color: rgb(7,60,40); }
H1.HeaderClassName
{
color: #073C28;
}
.AnyTagClassName
{
color: #073C28;
}
</style>
background-color css
<style>
a { background-color: #073C28; }
a { background-color: rgb(7,60,40); }
div.DivClassName
{
background-color: #073C28;
}
.BgClassName
{
background-color: #073C28;
}
</style>
border-color css
<style>
span { border-color: #073C28; }
span { border-color: rgb(7,60,40); }
td.TdClassName
{
border-color: #073C28;
}
.TagClassName
{
border-color: #073C28;
}
</style>