Shades of British Racing Green #073F2D
Tints of British Racing Green #073F2D
RGB
CMYK
RGB Variations
Color information
#073F2D (or 0x073F2D) is known color: British Racing Green. HEX triplet: 07, 3F and 2D. RGB value is (7,63,45). Sum of RGB (Red+Green+Blue) = 7+63+45=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #073F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F2D is #F8C0D2. Grayscale: #2C2C2C. Windows color (decimal): -16302291 or 2965255. OLE color: 2965255.
HSL color Cylindrical-coordinate representation of color #073F2D: hue angle of 160.71º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F2D is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 45 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.75 |
| HSL | 160.71º | 0.8% | 0.14% | - |
| HSV(B) | 160.71º | 0.89% | 0.25% | - |
| XYZ | 2.34 | 3.79 | 3.09 | - |
| YUV | 44.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 45 | 0.89 | 0 | 0.29 | 0.75 | 160.71 | 0.8 | 0.14 |
| Hex | 7 | 3F | 2D | 59 | 0 | 1D | 4B | A1 | 50 | E |
| Octal | 7 | 77 | 55 | 131 | 0 | 35 | 113 | 241 | 120 | 16 |
| Binary | 111 | 111111 | 101101 | 1011001 | 0 | 11101 | 1001011 | 10100001 | 1010000 | 1110 |
Color Harmonies of #073F2D
Complementary color
Monochromatic Colors of #073F2D
Black with #073F2D
Text Example
Text Example
White with #073F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F2D; }
p { color: rgb(7,63,45); }
H1.HeaderClassName
{
color: #073F2D;
}
.AnyTagClassName
{
color: #073F2D;
}
</style>
background-color css
<style>
a { background-color: #073F2D; }
a { background-color: rgb(7,63,45); }
div.DivClassName
{
background-color: #073F2D;
}
.BgClassName
{
background-color: #073F2D;
}
</style>
border-color css
<style>
span { border-color: #073F2D; }
span { border-color: rgb(7,63,45); }
td.TdClassName
{
border-color: #073F2D;
}
.TagClassName
{
border-color: #073F2D;
}
</style>