Shades of British Racing Green #07441C
Tints of British Racing Green #07441C
RGB
CMYK
RGB Variations
Color information
#07441C (or 0x07441C) is known color: British Racing Green. HEX triplet: 07, 44 and 1C. RGB value is (7,68,28). Sum of RGB (Red+Green+Blue) = 7+68+28=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #07441C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07441C is #F8BBE3. Grayscale: #2D2D2D. Windows color (decimal): -16301028 or 1852423. OLE color: 1852423.
HSL color Cylindrical-coordinate representation of color #07441C: hue angle of 140.66º degrees, saturation: 0.81, 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 #07441C is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 68 | 28 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.73 |
| HSL | 140.66º | 0.81% | 0.15% | - |
| HSV(B) | 140.66º | 0.9% | 0.27% | - |
| XYZ | 2.36 | 4.26 | 1.8 | - |
| YUV | 45.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 28 | 0.90 | 0 | 0.59 | 0.73 | 140.66 | 0.81 | 0.15 |
| Hex | 7 | 44 | 1C | 5A | 0 | 3B | 49 | 8D | 51 | F |
| Octal | 7 | 104 | 34 | 132 | 0 | 73 | 111 | 215 | 121 | 17 |
| Binary | 111 | 1000100 | 11100 | 1011010 | 0 | 111011 | 1001001 | 10001101 | 1010001 | 1111 |
Color Harmonies of #07441C
Complementary color
Monochromatic Colors of #07441C
Black with #07441C
Text Example
Text Example
White with #07441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07441C; }
p { color: rgb(7,68,28); }
H1.HeaderClassName
{
color: #07441C;
}
.AnyTagClassName
{
color: #07441C;
}
</style>
background-color css
<style>
a { background-color: #07441C; }
a { background-color: rgb(7,68,28); }
div.DivClassName
{
background-color: #07441C;
}
.BgClassName
{
background-color: #07441C;
}
</style>
border-color css
<style>
span { border-color: #07441C; }
span { border-color: rgb(7,68,28); }
td.TdClassName
{
border-color: #07441C;
}
.TagClassName
{
border-color: #07441C;
}
</style>