Shades of British Racing Green #073B2B
Tints of British Racing Green #073B2B
RGB
CMYK
RGB Variations
Color information
#073B2B (or 0x073B2B) is known color: British Racing Green. HEX triplet: 07, 3B and 2B. RGB value is (7,59,43). Sum of RGB (Red+Green+Blue) = 7+59+43=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #073B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B2B is #F8C4D4. Grayscale: #292929. Windows color (decimal): -16303317 or 2833159. OLE color: 2833159.
HSL color Cylindrical-coordinate representation of color #073B2B: hue angle of 161.54º degrees, saturation: 0.79, 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 #073B2B is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 59 | 43 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.77 |
| HSL | 161.54º | 0.79% | 0.13% | - |
| HSV(B) | 161.54º | 0.88% | 0.23% | - |
| XYZ | 2.09 | 3.35 | 2.82 | - |
| YUV | 41.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 43 | 0.88 | 0 | 0.27 | 0.77 | 161.54 | 0.79 | 0.13 |
| Hex | 7 | 3B | 2B | 58 | 0 | 1B | 4D | A2 | 4F | D |
| Octal | 7 | 73 | 53 | 130 | 0 | 33 | 115 | 242 | 117 | 15 |
| Binary | 111 | 111011 | 101011 | 1011000 | 0 | 11011 | 1001101 | 10100010 | 1001111 | 1101 |
Color Harmonies of #073B2B
Complementary color
Monochromatic Colors of #073B2B
Black with #073B2B
Text Example
Text Example
White with #073B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B2B; }
p { color: rgb(7,59,43); }
H1.HeaderClassName
{
color: #073B2B;
}
.AnyTagClassName
{
color: #073B2B;
}
</style>
background-color css
<style>
a { background-color: #073B2B; }
a { background-color: rgb(7,59,43); }
div.DivClassName
{
background-color: #073B2B;
}
.BgClassName
{
background-color: #073B2B;
}
</style>
border-color css
<style>
span { border-color: #073B2B; }
span { border-color: rgb(7,59,43); }
td.TdClassName
{
border-color: #073B2B;
}
.TagClassName
{
border-color: #073B2B;
}
</style>