Shades of British Racing Green #07451B
Tints of British Racing Green #07451B
RGB
CMYK
RGB Variations
Color information
#07451B (or 0x07451B) is known color: British Racing Green. HEX triplet: 07, 45 and 1B. RGB value is (7,69,27). Sum of RGB (Red+Green+Blue) = 7+69+27=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 69 (27.34% from 255 or 66.99% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 69 - color contains mainly: green. Hex color #07451B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07451B is #F8BAE4. Grayscale: #2D2D2D. Windows color (decimal): -16300773 or 1787143. OLE color: 1787143.
HSL color Cylindrical-coordinate representation of color #07451B: hue angle of 139.35º 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 #07451B is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 69 | 27 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.73 |
| HSL | 139.35º | 0.82% | 0.15% | - |
| HSV(B) | 139.35º | 0.9% | 0.27% | - |
| XYZ | 2.41 | 4.38 | 1.76 | - |
| YUV | 45.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 27 | 0.90 | 0 | 0.61 | 0.73 | 139.35 | 0.82 | 0.15 |
| Hex | 7 | 45 | 1B | 5A | 0 | 3D | 49 | 8B | 52 | F |
| Octal | 7 | 105 | 33 | 132 | 0 | 75 | 111 | 213 | 122 | 17 |
| Binary | 111 | 1000101 | 11011 | 1011010 | 0 | 111101 | 1001001 | 10001011 | 1010010 | 1111 |
Color Harmonies of #07451B
Complementary color
Monochromatic Colors of #07451B
Black with #07451B
Text Example
Text Example
White with #07451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07451B; }
p { color: rgb(7,69,27); }
H1.HeaderClassName
{
color: #07451B;
}
.AnyTagClassName
{
color: #07451B;
}
</style>
background-color css
<style>
a { background-color: #07451B; }
a { background-color: rgb(7,69,27); }
div.DivClassName
{
background-color: #07451B;
}
.BgClassName
{
background-color: #07451B;
}
</style>
border-color css
<style>
span { border-color: #07451B; }
span { border-color: rgb(7,69,27); }
td.TdClassName
{
border-color: #07451B;
}
.TagClassName
{
border-color: #07451B;
}
</style>