Shades of British Racing Green #073D2D
Tints of British Racing Green #073D2D
RGB
CMYK
RGB Variations
Color information
#073D2D (or 0x073D2D) is known color: British Racing Green. HEX triplet: 07, 3D and 2D. RGB value is (7,61,45). Sum of RGB (Red+Green+Blue) = 7+61+45=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #073D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D2D is #F8C2D2. Grayscale: #2B2B2B. Windows color (decimal): -16302803 or 2964743. OLE color: 2964743.
HSL color Cylindrical-coordinate representation of color #073D2D: hue angle of 162.22º 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 #073D2D is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 45 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.76 |
| HSL | 162.22º | 0.79% | 0.13% | - |
| HSV(B) | 162.22º | 0.89% | 0.24% | - |
| XYZ | 2.23 | 3.57 | 3.05 | - |
| YUV | 43.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 45 | 0.89 | 0 | 0.26 | 0.76 | 162.22 | 0.79 | 0.13 |
| Hex | 7 | 3D | 2D | 59 | 0 | 1A | 4C | A2 | 4F | D |
| Octal | 7 | 75 | 55 | 131 | 0 | 32 | 114 | 242 | 117 | 15 |
| Binary | 111 | 111101 | 101101 | 1011001 | 0 | 11010 | 1001100 | 10100010 | 1001111 | 1101 |
Color Harmonies of #073D2D
Complementary color
Monochromatic Colors of #073D2D
Black with #073D2D
Text Example
Text Example
White with #073D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D2D; }
p { color: rgb(7,61,45); }
H1.HeaderClassName
{
color: #073D2D;
}
.AnyTagClassName
{
color: #073D2D;
}
</style>
background-color css
<style>
a { background-color: #073D2D; }
a { background-color: rgb(7,61,45); }
div.DivClassName
{
background-color: #073D2D;
}
.BgClassName
{
background-color: #073D2D;
}
</style>
border-color css
<style>
span { border-color: #073D2D; }
span { border-color: rgb(7,61,45); }
td.TdClassName
{
border-color: #073D2D;
}
.TagClassName
{
border-color: #073D2D;
}
</style>