Shades of British Racing Green #073E25
Tints of British Racing Green #073E25
RGB
CMYK
RGB Variations
Color information
#073E25 (or 0x073E25) is known color: British Racing Green. HEX triplet: 07, 3E and 25. RGB value is (7,62,37). Sum of RGB (Red+Green+Blue) = 7+62+37=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 62 (24.61% from 255 or 58.49% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 62 - color contains mainly: green. Hex color #073E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E25 is #F8C1DA. Grayscale: #2A2A2A. Windows color (decimal): -16302555 or 2440711. OLE color: 2440711.
HSL color Cylindrical-coordinate representation of color #073E25: hue angle of 152.73º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E25 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 62 | 37 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.76 |
| HSL | 152.73º | 0.8% | 0.14% | - |
| HSV(B) | 152.73º | 0.89% | 0.24% | - |
| XYZ | 2.14 | 3.62 | 2.34 | - |
| YUV | 42.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 37 | 0.89 | 0 | 0.40 | 0.76 | 152.73 | 0.8 | 0.14 |
| Hex | 7 | 3E | 25 | 59 | 0 | 28 | 4C | 99 | 50 | E |
| Octal | 7 | 76 | 45 | 131 | 0 | 50 | 114 | 231 | 120 | 16 |
| Binary | 111 | 111110 | 100101 | 1011001 | 0 | 101000 | 1001100 | 10011001 | 1010000 | 1110 |
Color Harmonies of #073E25
Complementary color
Monochromatic Colors of #073E25
Black with #073E25
Text Example
Text Example
White with #073E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E25; }
p { color: rgb(7,62,37); }
H1.HeaderClassName
{
color: #073E25;
}
.AnyTagClassName
{
color: #073E25;
}
</style>
background-color css
<style>
a { background-color: #073E25; }
a { background-color: rgb(7,62,37); }
div.DivClassName
{
background-color: #073E25;
}
.BgClassName
{
background-color: #073E25;
}
</style>
border-color css
<style>
span { border-color: #073E25; }
span { border-color: rgb(7,62,37); }
td.TdClassName
{
border-color: #073E25;
}
.TagClassName
{
border-color: #073E25;
}
</style>