Shades of British Racing Green #07441B
Tints of British Racing Green #07441B
RGB
CMYK
RGB Variations
Color information
#07441B (or 0x07441B) is known color: British Racing Green. HEX triplet: 07, 44 and 1B. RGB value is (7,68,27). Sum of RGB (Red+Green+Blue) = 7+68+27=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #07441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07441B is #F8BBE4. Grayscale: #2D2D2D. Windows color (decimal): -16301029 or 1786887. OLE color: 1786887.
HSL color Cylindrical-coordinate representation of color #07441B: hue angle of 139.67º 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 #07441B is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 68 | 27 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.73 |
| HSL | 139.67º | 0.81% | 0.15% | - |
| HSV(B) | 139.67º | 0.9% | 0.27% | - |
| XYZ | 2.35 | 4.26 | 1.73 | - |
| YUV | 45.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 27 | 0.90 | 0 | 0.60 | 0.73 | 139.67 | 0.81 | 0.15 |
| Hex | 7 | 44 | 1B | 5A | 0 | 3C | 49 | 8C | 51 | F |
| Octal | 7 | 104 | 33 | 132 | 0 | 74 | 111 | 214 | 121 | 17 |
| Binary | 111 | 1000100 | 11011 | 1011010 | 0 | 111100 | 1001001 | 10001100 | 1010001 | 1111 |
Color Harmonies of #07441B
Complementary color
Monochromatic Colors of #07441B
Black with #07441B
Text Example
Text Example
White with #07441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07441B; }
p { color: rgb(7,68,27); }
H1.HeaderClassName
{
color: #07441B;
}
.AnyTagClassName
{
color: #07441B;
}
</style>
background-color css
<style>
a { background-color: #07441B; }
a { background-color: rgb(7,68,27); }
div.DivClassName
{
background-color: #07441B;
}
.BgClassName
{
background-color: #07441B;
}
</style>
border-color css
<style>
span { border-color: #07441B; }
span { border-color: rgb(7,68,27); }
td.TdClassName
{
border-color: #07441B;
}
.TagClassName
{
border-color: #07441B;
}
</style>