Shades of British Racing Green #073D25
Tints of British Racing Green #073D25
RGB
CMYK
RGB Variations
Color information
#073D25 (or 0x073D25) is known color: British Racing Green. HEX triplet: 07, 3D and 25. RGB value is (7,61,37). Sum of RGB (Red+Green+Blue) = 7+61+37=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #073D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D25 is #F8C2DA. Grayscale: #2A2A2A. Windows color (decimal): -16302811 or 2440455. OLE color: 2440455.
HSL color Cylindrical-coordinate representation of color #073D25: hue angle of 153.33º 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 #073D25 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 37 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.76 |
| HSL | 153.33º | 0.79% | 0.13% | - |
| HSV(B) | 153.33º | 0.89% | 0.24% | - |
| XYZ | 2.09 | 3.52 | 2.32 | - |
| YUV | 42.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 37 | 0.89 | 0 | 0.39 | 0.76 | 153.33 | 0.79 | 0.13 |
| Hex | 7 | 3D | 25 | 59 | 0 | 27 | 4C | 99 | 4F | D |
| Octal | 7 | 75 | 45 | 131 | 0 | 47 | 114 | 231 | 117 | 15 |
| Binary | 111 | 111101 | 100101 | 1011001 | 0 | 100111 | 1001100 | 10011001 | 1001111 | 1101 |
Color Harmonies of #073D25
Complementary color
Monochromatic Colors of #073D25
Black with #073D25
Text Example
Text Example
White with #073D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D25; }
p { color: rgb(7,61,37); }
H1.HeaderClassName
{
color: #073D25;
}
.AnyTagClassName
{
color: #073D25;
}
</style>
background-color css
<style>
a { background-color: #073D25; }
a { background-color: rgb(7,61,37); }
div.DivClassName
{
background-color: #073D25;
}
.BgClassName
{
background-color: #073D25;
}
</style>
border-color css
<style>
span { border-color: #073D25; }
span { border-color: rgb(7,61,37); }
td.TdClassName
{
border-color: #073D25;
}
.TagClassName
{
border-color: #073D25;
}
</style>