Shades of British Racing Green #073D1C
Tints of British Racing Green #073D1C
RGB
CMYK
RGB Variations
Color information
#073D1C (or 0x073D1C) is known color: British Racing Green. HEX triplet: 07, 3D and 1C. RGB value is (7,61,28). Sum of RGB (Red+Green+Blue) = 7+61+28=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #073D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D1C is #F8C2E3. Grayscale: #292929. Windows color (decimal): -16302820 or 1850631. OLE color: 1850631.
HSL color Cylindrical-coordinate representation of color #073D1C: hue angle of 143.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 #073D1C is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 28 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.76 |
| HSL | 143.33º | 0.79% | 0.13% | - |
| HSV(B) | 143.33º | 0.89% | 0.24% | - |
| XYZ | 1.97 | 3.47 | 1.66 | - |
| YUV | 41.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 28 | 0.89 | 0 | 0.54 | 0.76 | 143.33 | 0.79 | 0.13 |
| Hex | 7 | 3D | 1C | 59 | 0 | 36 | 4C | 8F | 4F | D |
| Octal | 7 | 75 | 34 | 131 | 0 | 66 | 114 | 217 | 117 | 15 |
| Binary | 111 | 111101 | 11100 | 1011001 | 0 | 110110 | 1001100 | 10001111 | 1001111 | 1101 |
Color Harmonies of #073D1C
Complementary color
Monochromatic Colors of #073D1C
Black with #073D1C
Text Example
Text Example
White with #073D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D1C; }
p { color: rgb(7,61,28); }
H1.HeaderClassName
{
color: #073D1C;
}
.AnyTagClassName
{
color: #073D1C;
}
</style>
background-color css
<style>
a { background-color: #073D1C; }
a { background-color: rgb(7,61,28); }
div.DivClassName
{
background-color: #073D1C;
}
.BgClassName
{
background-color: #073D1C;
}
</style>
border-color css
<style>
span { border-color: #073D1C; }
span { border-color: rgb(7,61,28); }
td.TdClassName
{
border-color: #073D1C;
}
.TagClassName
{
border-color: #073D1C;
}
</style>