Shades of British Racing Green #07412C
Tints of British Racing Green #07412C
RGB
CMYK
RGB Variations
Color information
#07412C (or 0x07412C) is known color: British Racing Green. HEX triplet: 07, 41 and 2C. RGB value is (7,65,44). Sum of RGB (Red+Green+Blue) = 7+65+44=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #07412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07412C is #F8BED3. Grayscale: #2D2D2D. Windows color (decimal): -16301780 or 2900231. OLE color: 2900231.
HSL color Cylindrical-coordinate representation of color #07412C: hue angle of 158.28º 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 #07412C is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 44 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.75 |
| HSL | 158.28º | 0.81% | 0.14% | - |
| HSV(B) | 158.28º | 0.89% | 0.25% | - |
| XYZ | 2.43 | 4.01 | 3.03 | - |
| YUV | 45.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 44 | 0.89 | 0 | 0.32 | 0.75 | 158.28 | 0.81 | 0.14 |
| Hex | 7 | 41 | 2C | 59 | 0 | 20 | 4B | 9E | 51 | E |
| Octal | 7 | 101 | 54 | 131 | 0 | 40 | 113 | 236 | 121 | 16 |
| Binary | 111 | 1000001 | 101100 | 1011001 | 0 | 100000 | 1001011 | 10011110 | 1010001 | 1110 |
Color Harmonies of #07412C
Complementary color
Monochromatic Colors of #07412C
Black with #07412C
Text Example
Text Example
White with #07412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07412C; }
p { color: rgb(7,65,44); }
H1.HeaderClassName
{
color: #07412C;
}
.AnyTagClassName
{
color: #07412C;
}
</style>
background-color css
<style>
a { background-color: #07412C; }
a { background-color: rgb(7,65,44); }
div.DivClassName
{
background-color: #07412C;
}
.BgClassName
{
background-color: #07412C;
}
</style>
border-color css
<style>
span { border-color: #07412C; }
span { border-color: rgb(7,65,44); }
td.TdClassName
{
border-color: #07412C;
}
.TagClassName
{
border-color: #07412C;
}
</style>