Shades of British Racing Green #07412B
Tints of British Racing Green #07412B
RGB
CMYK
RGB Variations
Color information
#07412B (or 0x07412B) is known color: British Racing Green. HEX triplet: 07, 41 and 2B. RGB value is (7,65,43). Sum of RGB (Red+Green+Blue) = 7+65+43=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #07412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07412B is #F8BED4. Grayscale: #2D2D2D. Windows color (decimal): -16301781 or 2834695. OLE color: 2834695.
HSL color Cylindrical-coordinate representation of color #07412B: hue angle of 157.24º 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 #07412B is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 43 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.75 |
| HSL | 157.24º | 0.81% | 0.14% | - |
| HSV(B) | 157.24º | 0.89% | 0.25% | - |
| XYZ | 2.41 | 4 | 2.93 | - |
| YUV | 45.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 43 | 0.89 | 0 | 0.34 | 0.75 | 157.24 | 0.81 | 0.14 |
| Hex | 7 | 41 | 2B | 59 | 0 | 22 | 4B | 9D | 51 | E |
| Octal | 7 | 101 | 53 | 131 | 0 | 42 | 113 | 235 | 121 | 16 |
| Binary | 111 | 1000001 | 101011 | 1011001 | 0 | 100010 | 1001011 | 10011101 | 1010001 | 1110 |
Color Harmonies of #07412B
Complementary color
Monochromatic Colors of #07412B
Black with #07412B
Text Example
Text Example
White with #07412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07412B; }
p { color: rgb(7,65,43); }
H1.HeaderClassName
{
color: #07412B;
}
.AnyTagClassName
{
color: #07412B;
}
</style>
background-color css
<style>
a { background-color: #07412B; }
a { background-color: rgb(7,65,43); }
div.DivClassName
{
background-color: #07412B;
}
.BgClassName
{
background-color: #07412B;
}
</style>
border-color css
<style>
span { border-color: #07412B; }
span { border-color: rgb(7,65,43); }
td.TdClassName
{
border-color: #07412B;
}
.TagClassName
{
border-color: #07412B;
}
</style>