Shades of British Racing Green #073D2B
Tints of British Racing Green #073D2B
RGB
CMYK
RGB Variations
Color information
#073D2B (or 0x073D2B) is known color: British Racing Green. HEX triplet: 07, 3D and 2B. RGB value is (7,61,43). Sum of RGB (Red+Green+Blue) = 7+61+43=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #073D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D2B is #F8C2D4. Grayscale: #2A2A2A. Windows color (decimal): -16302805 or 2833671. OLE color: 2833671.
HSL color Cylindrical-coordinate representation of color #073D2B: hue angle of 160º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D2B is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 43 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.76 |
| HSL | 160º | 0.79% | 0.13% | - |
| HSV(B) | 160º | 0.89% | 0.24% | - |
| XYZ | 2.19 | 3.56 | 2.86 | - |
| YUV | 42.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 43 | 0.89 | 0 | 0.30 | 0.76 | 160 | 0.79 | 0.13 |
| Hex | 7 | 3D | 2B | 59 | 0 | 1E | 4C | A0 | 4F | D |
| Octal | 7 | 75 | 53 | 131 | 0 | 36 | 114 | 240 | 117 | 15 |
| Binary | 111 | 111101 | 101011 | 1011001 | 0 | 11110 | 1001100 | 10100000 | 1001111 | 1101 |
Color Harmonies of #073D2B
Complementary color
Monochromatic Colors of #073D2B
Black with #073D2B
Text Example
Text Example
White with #073D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D2B; }
p { color: rgb(7,61,43); }
H1.HeaderClassName
{
color: #073D2B;
}
.AnyTagClassName
{
color: #073D2B;
}
</style>
background-color css
<style>
a { background-color: #073D2B; }
a { background-color: rgb(7,61,43); }
div.DivClassName
{
background-color: #073D2B;
}
.BgClassName
{
background-color: #073D2B;
}
</style>
border-color css
<style>
span { border-color: #073D2B; }
span { border-color: rgb(7,61,43); }
td.TdClassName
{
border-color: #073D2B;
}
.TagClassName
{
border-color: #073D2B;
}
</style>