Shades of British Racing Green #07441F
Tints of British Racing Green #07441F
RGB
CMYK
RGB Variations
Color information
#07441F (or 0x07441F) is known color: British Racing Green. HEX triplet: 07, 44 and 1F. RGB value is (7,68,31). Sum of RGB (Red+Green+Blue) = 7+68+31=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 68 (26.95% from 255 or 64.15% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 68 - color contains mainly: green. Hex color #07441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07441F is #F8BBE0. Grayscale: #2D2D2D. Windows color (decimal): -16301025 or 2049031. OLE color: 2049031.
HSL color Cylindrical-coordinate representation of color #07441F: hue angle of 143.61º 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 #07441F is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 68 | 31 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.73 |
| HSL | 143.61º | 0.81% | 0.15% | - |
| HSV(B) | 143.61º | 0.9% | 0.27% | - |
| XYZ | 2.4 | 4.28 | 2 | - |
| YUV | 45.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 31 | 0.90 | 0 | 0.54 | 0.73 | 143.61 | 0.81 | 0.15 |
| Hex | 7 | 44 | 1F | 5A | 0 | 36 | 49 | 90 | 51 | F |
| Octal | 7 | 104 | 37 | 132 | 0 | 66 | 111 | 220 | 121 | 17 |
| Binary | 111 | 1000100 | 11111 | 1011010 | 0 | 110110 | 1001001 | 10010000 | 1010001 | 1111 |
Color Harmonies of #07441F
Complementary color
Monochromatic Colors of #07441F
Black with #07441F
Text Example
Text Example
White with #07441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07441F; }
p { color: rgb(7,68,31); }
H1.HeaderClassName
{
color: #07441F;
}
.AnyTagClassName
{
color: #07441F;
}
</style>
background-color css
<style>
a { background-color: #07441F; }
a { background-color: rgb(7,68,31); }
div.DivClassName
{
background-color: #07441F;
}
.BgClassName
{
background-color: #07441F;
}
</style>
border-color css
<style>
span { border-color: #07441F; }
span { border-color: rgb(7,68,31); }
td.TdClassName
{
border-color: #07441F;
}
.TagClassName
{
border-color: #07441F;
}
</style>