Shades of British Racing Green #073D24
Tints of British Racing Green #073D24
RGB
CMYK
RGB Variations
Color information
#073D24 (or 0x073D24) is known color: British Racing Green. HEX triplet: 07, 3D and 24. RGB value is (7,61,36). Sum of RGB (Red+Green+Blue) = 7+61+36=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 61 (24.22% from 255 or 58.65% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 61 - color contains mainly: green. Hex color #073D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D24 is #F8C2DB. Grayscale: #2A2A2A. Windows color (decimal): -16302812 or 2374919. OLE color: 2374919.
HSL color Cylindrical-coordinate representation of color #073D24: hue angle of 152.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 #073D24 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 36 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.76 |
| HSL | 152.22º | 0.79% | 0.13% | - |
| HSV(B) | 152.22º | 0.89% | 0.24% | - |
| XYZ | 2.07 | 3.51 | 2.24 | - |
| YUV | 42 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 36 | 0.89 | 0 | 0.41 | 0.76 | 152.22 | 0.79 | 0.13 |
| Hex | 7 | 3D | 24 | 59 | 0 | 29 | 4C | 98 | 4F | D |
| Octal | 7 | 75 | 44 | 131 | 0 | 51 | 114 | 230 | 117 | 15 |
| Binary | 111 | 111101 | 100100 | 1011001 | 0 | 101001 | 1001100 | 10011000 | 1001111 | 1101 |
Color Harmonies of #073D24
Complementary color
Monochromatic Colors of #073D24
Black with #073D24
Text Example
Text Example
White with #073D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D24; }
p { color: rgb(7,61,36); }
H1.HeaderClassName
{
color: #073D24;
}
.AnyTagClassName
{
color: #073D24;
}
</style>
background-color css
<style>
a { background-color: #073D24; }
a { background-color: rgb(7,61,36); }
div.DivClassName
{
background-color: #073D24;
}
.BgClassName
{
background-color: #073D24;
}
</style>
border-color css
<style>
span { border-color: #073D24; }
span { border-color: rgb(7,61,36); }
td.TdClassName
{
border-color: #073D24;
}
.TagClassName
{
border-color: #073D24;
}
</style>