Shades of British Racing Green #07411F
Tints of British Racing Green #07411F
RGB
CMYK
RGB Variations
Color information
#07411F (or 0x07411F) is known color: British Racing Green. HEX triplet: 07, 41 and 1F. RGB value is (7,65,31). Sum of RGB (Red+Green+Blue) = 7+65+31=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #07411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07411F is #F8BEE0. Grayscale: #2B2B2B. Windows color (decimal): -16301793 or 2048263. OLE color: 2048263.
HSL color Cylindrical-coordinate representation of color #07411F: hue angle of 144.83º degrees, saturation: 0.81, 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 #07411F is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 31 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.75 |
| HSL | 144.83º | 0.81% | 0.14% | - |
| HSV(B) | 144.83º | 0.89% | 0.25% | - |
| XYZ | 2.23 | 3.92 | 1.94 | - |
| YUV | 43.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 31 | 0.89 | 0 | 0.52 | 0.75 | 144.83 | 0.81 | 0.14 |
| Hex | 7 | 41 | 1F | 59 | 0 | 34 | 4B | 91 | 51 | E |
| Octal | 7 | 101 | 37 | 131 | 0 | 64 | 113 | 221 | 121 | 16 |
| Binary | 111 | 1000001 | 11111 | 1011001 | 0 | 110100 | 1001011 | 10010001 | 1010001 | 1110 |
Color Harmonies of #07411F
Complementary color
Monochromatic Colors of #07411F
Black with #07411F
Text Example
Text Example
White with #07411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07411F; }
p { color: rgb(7,65,31); }
H1.HeaderClassName
{
color: #07411F;
}
.AnyTagClassName
{
color: #07411F;
}
</style>
background-color css
<style>
a { background-color: #07411F; }
a { background-color: rgb(7,65,31); }
div.DivClassName
{
background-color: #07411F;
}
.BgClassName
{
background-color: #07411F;
}
</style>
border-color css
<style>
span { border-color: #07411F; }
span { border-color: rgb(7,65,31); }
td.TdClassName
{
border-color: #07411F;
}
.TagClassName
{
border-color: #07411F;
}
</style>