Shades of British Racing Green #07442F
Tints of British Racing Green #07442F
RGB
CMYK
RGB Variations
Color information
#07442F (or 0x07442F) is known color: British Racing Green. HEX triplet: 07, 44 and 2F. RGB value is (7,68,47). Sum of RGB (Red+Green+Blue) = 7+68+47=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #07442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07442F is #F8BBD0. Grayscale: #2F2F2F. Windows color (decimal): -16301009 or 3097607. OLE color: 3097607.
HSL color Cylindrical-coordinate representation of color #07442F: hue angle of 159.34º 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 #07442F is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 68 | 47 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.73 |
| HSL | 159.34º | 0.81% | 0.15% | - |
| HSV(B) | 159.34º | 0.9% | 0.27% | - |
| XYZ | 2.67 | 4.38 | 3.4 | - |
| YUV | 47.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 47 | 0.90 | 0 | 0.31 | 0.73 | 159.34 | 0.81 | 0.15 |
| Hex | 7 | 44 | 2F | 5A | 0 | 1F | 49 | 9F | 51 | F |
| Octal | 7 | 104 | 57 | 132 | 0 | 37 | 111 | 237 | 121 | 17 |
| Binary | 111 | 1000100 | 101111 | 1011010 | 0 | 11111 | 1001001 | 10011111 | 1010001 | 1111 |
Color Harmonies of #07442F
Complementary color
Monochromatic Colors of #07442F
Black with #07442F
Text Example
Text Example
White with #07442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07442F; }
p { color: rgb(7,68,47); }
H1.HeaderClassName
{
color: #07442F;
}
.AnyTagClassName
{
color: #07442F;
}
</style>
background-color css
<style>
a { background-color: #07442F; }
a { background-color: rgb(7,68,47); }
div.DivClassName
{
background-color: #07442F;
}
.BgClassName
{
background-color: #07442F;
}
</style>
border-color css
<style>
span { border-color: #07442F; }
span { border-color: rgb(7,68,47); }
td.TdClassName
{
border-color: #07442F;
}
.TagClassName
{
border-color: #07442F;
}
</style>