Shades of British Racing Green #074424
Tints of British Racing Green #074424
RGB
CMYK
RGB Variations
Color information
#074424 (or 0x074424) is known color: British Racing Green. HEX triplet: 07, 44 and 24. RGB value is (7,68,36). Sum of RGB (Red+Green+Blue) = 7+68+36=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #074424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074424 is #F8BBDB. Grayscale: #2E2E2E. Windows color (decimal): -16301020 or 2376711. OLE color: 2376711.
HSL color Cylindrical-coordinate representation of color #074424: hue angle of 148.52º 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 #074424 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 68 | 36 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.73 |
| HSL | 148.52º | 0.81% | 0.15% | - |
| HSV(B) | 148.52º | 0.9% | 0.27% | - |
| XYZ | 2.47 | 4.31 | 2.37 | - |
| YUV | 46.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 36 | 0.90 | 0 | 0.47 | 0.73 | 148.52 | 0.81 | 0.15 |
| Hex | 7 | 44 | 24 | 5A | 0 | 2F | 49 | 95 | 51 | F |
| Octal | 7 | 104 | 44 | 132 | 0 | 57 | 111 | 225 | 121 | 17 |
| Binary | 111 | 1000100 | 100100 | 1011010 | 0 | 101111 | 1001001 | 10010101 | 1010001 | 1111 |
Color Harmonies of #074424
Complementary color
Monochromatic Colors of #074424
Black with #074424
Text Example
Text Example
White with #074424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074424; }
p { color: rgb(7,68,36); }
H1.HeaderClassName
{
color: #074424;
}
.AnyTagClassName
{
color: #074424;
}
</style>
background-color css
<style>
a { background-color: #074424; }
a { background-color: rgb(7,68,36); }
div.DivClassName
{
background-color: #074424;
}
.BgClassName
{
background-color: #074424;
}
</style>
border-color css
<style>
span { border-color: #074424; }
span { border-color: rgb(7,68,36); }
td.TdClassName
{
border-color: #074424;
}
.TagClassName
{
border-color: #074424;
}
</style>