Shades of British Racing Green #07401D
Tints of British Racing Green #07401D
RGB
CMYK
RGB Variations
Color information
#07401D (or 0x07401D) is known color: British Racing Green. HEX triplet: 07, 40 and 1D. RGB value is (7,64,29). Sum of RGB (Red+Green+Blue) = 7+64+29=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #07401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07401D is #F8BFE2. Grayscale: #2B2B2B. Windows color (decimal): -16302051 or 1916935. OLE color: 1916935.
HSL color Cylindrical-coordinate representation of color #07401D: hue angle of 143.16º 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 #07401D is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 29 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.75 |
| HSL | 143.16º | 0.8% | 0.14% | - |
| HSV(B) | 143.16º | 0.89% | 0.25% | - |
| XYZ | 2.14 | 3.8 | 1.78 | - |
| YUV | 42.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 29 | 0.89 | 0 | 0.55 | 0.75 | 143.16 | 0.8 | 0.14 |
| Hex | 7 | 40 | 1D | 59 | 0 | 37 | 4B | 8F | 50 | E |
| Octal | 7 | 100 | 35 | 131 | 0 | 67 | 113 | 217 | 120 | 16 |
| Binary | 111 | 1000000 | 11101 | 1011001 | 0 | 110111 | 1001011 | 10001111 | 1010000 | 1110 |
Color Harmonies of #07401D
Complementary color
Monochromatic Colors of #07401D
Black with #07401D
Text Example
Text Example
White with #07401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07401D; }
p { color: rgb(7,64,29); }
H1.HeaderClassName
{
color: #07401D;
}
.AnyTagClassName
{
color: #07401D;
}
</style>
background-color css
<style>
a { background-color: #07401D; }
a { background-color: rgb(7,64,29); }
div.DivClassName
{
background-color: #07401D;
}
.BgClassName
{
background-color: #07401D;
}
</style>
border-color css
<style>
span { border-color: #07401D; }
span { border-color: rgb(7,64,29); }
td.TdClassName
{
border-color: #07401D;
}
.TagClassName
{
border-color: #07401D;
}
</style>