Shades of British Racing Green #07401F
Tints of British Racing Green #07401F
RGB
CMYK
RGB Variations
Color information
#07401F (or 0x07401F) is known color: British Racing Green. HEX triplet: 07, 40 and 1F. RGB value is (7,64,31). Sum of RGB (Red+Green+Blue) = 7+64+31=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #07401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07401F is #F8BFE0. Grayscale: #2B2B2B. Windows color (decimal): -16302049 or 2048007. OLE color: 2048007.
HSL color Cylindrical-coordinate representation of color #07401F: hue angle of 145.26º 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 #07401F is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 31 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.75 |
| HSL | 145.26º | 0.8% | 0.14% | - |
| HSV(B) | 145.26º | 0.89% | 0.25% | - |
| XYZ | 2.17 | 3.81 | 1.92 | - |
| YUV | 43.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 31 | 0.89 | 0 | 0.52 | 0.75 | 145.26 | 0.8 | 0.14 |
| Hex | 7 | 40 | 1F | 59 | 0 | 34 | 4B | 91 | 50 | E |
| Octal | 7 | 100 | 37 | 131 | 0 | 64 | 113 | 221 | 120 | 16 |
| Binary | 111 | 1000000 | 11111 | 1011001 | 0 | 110100 | 1001011 | 10010001 | 1010000 | 1110 |
Color Harmonies of #07401F
Complementary color
Monochromatic Colors of #07401F
Black with #07401F
Text Example
Text Example
White with #07401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07401F; }
p { color: rgb(7,64,31); }
H1.HeaderClassName
{
color: #07401F;
}
.AnyTagClassName
{
color: #07401F;
}
</style>
background-color css
<style>
a { background-color: #07401F; }
a { background-color: rgb(7,64,31); }
div.DivClassName
{
background-color: #07401F;
}
.BgClassName
{
background-color: #07401F;
}
</style>
border-color css
<style>
span { border-color: #07401F; }
span { border-color: rgb(7,64,31); }
td.TdClassName
{
border-color: #07401F;
}
.TagClassName
{
border-color: #07401F;
}
</style>