Shades of British Racing Green #07411C
Tints of British Racing Green #07411C
RGB
CMYK
RGB Variations
Color information
#07411C (or 0x07411C) is known color: British Racing Green. HEX triplet: 07, 41 and 1C. RGB value is (7,65,28). Sum of RGB (Red+Green+Blue) = 7+65+28=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #07411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07411C is #F8BEE3. Grayscale: #2B2B2B. Windows color (decimal): -16301796 or 1851655. OLE color: 1851655.
HSL color Cylindrical-coordinate representation of color #07411C: hue angle of 141.72º 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 #07411C is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 28 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.75 |
| HSL | 141.72º | 0.81% | 0.14% | - |
| HSV(B) | 141.72º | 0.89% | 0.25% | - |
| XYZ | 2.19 | 3.91 | 1.74 | - |
| YUV | 43.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 28 | 0.89 | 0 | 0.57 | 0.75 | 141.72 | 0.81 | 0.14 |
| Hex | 7 | 41 | 1C | 59 | 0 | 39 | 4B | 8E | 51 | E |
| Octal | 7 | 101 | 34 | 131 | 0 | 71 | 113 | 216 | 121 | 16 |
| Binary | 111 | 1000001 | 11100 | 1011001 | 0 | 111001 | 1001011 | 10001110 | 1010001 | 1110 |
Color Harmonies of #07411C
Complementary color
Monochromatic Colors of #07411C
Black with #07411C
Text Example
Text Example
White with #07411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07411C; }
p { color: rgb(7,65,28); }
H1.HeaderClassName
{
color: #07411C;
}
.AnyTagClassName
{
color: #07411C;
}
</style>
background-color css
<style>
a { background-color: #07411C; }
a { background-color: rgb(7,65,28); }
div.DivClassName
{
background-color: #07411C;
}
.BgClassName
{
background-color: #07411C;
}
</style>
border-color css
<style>
span { border-color: #07411C; }
span { border-color: rgb(7,65,28); }
td.TdClassName
{
border-color: #07411C;
}
.TagClassName
{
border-color: #07411C;
}
</style>