Shades of British Racing Green #07451D
Tints of British Racing Green #07451D
RGB
CMYK
RGB Variations
Color information
#07451D (or 0x07451D) is known color: British Racing Green. HEX triplet: 07, 45 and 1D. RGB value is (7,69,29). Sum of RGB (Red+Green+Blue) = 7+69+29=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 69 (27.34% from 255 or 65.71% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 69 - color contains mainly: green. Hex color #07451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07451D is #F8BAE2. Grayscale: #2E2E2E. Windows color (decimal): -16300771 or 1918215. OLE color: 1918215.
HSL color Cylindrical-coordinate representation of color #07451D: hue angle of 141.29º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07451D is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 69 | 29 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.73 |
| HSL | 141.29º | 0.82% | 0.15% | - |
| HSV(B) | 141.29º | 0.9% | 0.27% | - |
| XYZ | 2.44 | 4.39 | 1.88 | - |
| YUV | 45.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 29 | 0.90 | 0 | 0.58 | 0.73 | 141.29 | 0.82 | 0.15 |
| Hex | 7 | 45 | 1D | 5A | 0 | 3A | 49 | 8D | 52 | F |
| Octal | 7 | 105 | 35 | 132 | 0 | 72 | 111 | 215 | 122 | 17 |
| Binary | 111 | 1000101 | 11101 | 1011010 | 0 | 111010 | 1001001 | 10001101 | 1010010 | 1111 |
Color Harmonies of #07451D
Complementary color
Monochromatic Colors of #07451D
Black with #07451D
Text Example
Text Example
White with #07451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07451D; }
p { color: rgb(7,69,29); }
H1.HeaderClassName
{
color: #07451D;
}
.AnyTagClassName
{
color: #07451D;
}
</style>
background-color css
<style>
a { background-color: #07451D; }
a { background-color: rgb(7,69,29); }
div.DivClassName
{
background-color: #07451D;
}
.BgClassName
{
background-color: #07451D;
}
</style>
border-color css
<style>
span { border-color: #07451D; }
span { border-color: rgb(7,69,29); }
td.TdClassName
{
border-color: #07451D;
}
.TagClassName
{
border-color: #07451D;
}
</style>