Shades of British Racing Green #07412D
Tints of British Racing Green #07412D
RGB
CMYK
RGB Variations
Color information
#07412D (or 0x07412D) is known color: British Racing Green. HEX triplet: 07, 41 and 2D. RGB value is (7,65,45). Sum of RGB (Red+Green+Blue) = 7+65+45=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #07412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07412D is #F8BED2. Grayscale: #2D2D2D. Windows color (decimal): -16301779 or 2965767. OLE color: 2965767.
HSL color Cylindrical-coordinate representation of color #07412D: hue angle of 159.31º 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 #07412D is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 45 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.75 |
| HSL | 159.31º | 0.81% | 0.14% | - |
| HSV(B) | 159.31º | 0.89% | 0.25% | - |
| XYZ | 2.45 | 4.02 | 3.13 | - |
| YUV | 45.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 45 | 0.89 | 0 | 0.31 | 0.75 | 159.31 | 0.81 | 0.14 |
| Hex | 7 | 41 | 2D | 59 | 0 | 1F | 4B | 9F | 51 | E |
| Octal | 7 | 101 | 55 | 131 | 0 | 37 | 113 | 237 | 121 | 16 |
| Binary | 111 | 1000001 | 101101 | 1011001 | 0 | 11111 | 1001011 | 10011111 | 1010001 | 1110 |
Color Harmonies of #07412D
Complementary color
Monochromatic Colors of #07412D
Black with #07412D
Text Example
Text Example
White with #07412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07412D; }
p { color: rgb(7,65,45); }
H1.HeaderClassName
{
color: #07412D;
}
.AnyTagClassName
{
color: #07412D;
}
</style>
background-color css
<style>
a { background-color: #07412D; }
a { background-color: rgb(7,65,45); }
div.DivClassName
{
background-color: #07412D;
}
.BgClassName
{
background-color: #07412D;
}
</style>
border-color css
<style>
span { border-color: #07412D; }
span { border-color: rgb(7,65,45); }
td.TdClassName
{
border-color: #07412D;
}
.TagClassName
{
border-color: #07412D;
}
</style>