Shades of British Racing Green #073F25
Tints of British Racing Green #073F25
RGB
CMYK
RGB Variations
Color information
#073F25 (or 0x073F25) is known color: British Racing Green. HEX triplet: 07, 3F and 25. RGB value is (7,63,37). Sum of RGB (Red+Green+Blue) = 7+63+37=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 63 (25% from 255 or 58.88% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 63 - color contains mainly: green. Hex color #073F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F25 is #F8C0DA. Grayscale: #2B2B2B. Windows color (decimal): -16302299 or 2440967. OLE color: 2440967.
HSL color Cylindrical-coordinate representation of color #073F25: hue angle of 152.14º 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 #073F25 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 37 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.75 |
| HSL | 152.14º | 0.8% | 0.14% | - |
| HSV(B) | 152.14º | 0.89% | 0.25% | - |
| XYZ | 2.2 | 3.73 | 2.36 | - |
| YUV | 43.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 37 | 0.89 | 0 | 0.41 | 0.75 | 152.14 | 0.8 | 0.14 |
| Hex | 7 | 3F | 25 | 59 | 0 | 29 | 4B | 98 | 50 | E |
| Octal | 7 | 77 | 45 | 131 | 0 | 51 | 113 | 230 | 120 | 16 |
| Binary | 111 | 111111 | 100101 | 1011001 | 0 | 101001 | 1001011 | 10011000 | 1010000 | 1110 |
Color Harmonies of #073F25
Complementary color
Monochromatic Colors of #073F25
Black with #073F25
Text Example
Text Example
White with #073F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F25; }
p { color: rgb(7,63,37); }
H1.HeaderClassName
{
color: #073F25;
}
.AnyTagClassName
{
color: #073F25;
}
</style>
background-color css
<style>
a { background-color: #073F25; }
a { background-color: rgb(7,63,37); }
div.DivClassName
{
background-color: #073F25;
}
.BgClassName
{
background-color: #073F25;
}
</style>
border-color css
<style>
span { border-color: #073F25; }
span { border-color: rgb(7,63,37); }
td.TdClassName
{
border-color: #073F25;
}
.TagClassName
{
border-color: #073F25;
}
</style>