Shades of British Racing Green #074226
Tints of British Racing Green #074226
RGB
CMYK
RGB Variations
Color information
#074226 (or 0x074226) is known color: British Racing Green. HEX triplet: 07, 42 and 26. RGB value is (7,66,38). Sum of RGB (Red+Green+Blue) = 7+66+38=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #074226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074226 is #F8BDD9. Grayscale: #2D2D2D. Windows color (decimal): -16301530 or 2507271. OLE color: 2507271.
HSL color Cylindrical-coordinate representation of color #074226: hue angle of 151.53º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074226 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 66 | 38 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.74 |
| HSL | 151.53º | 0.81% | 0.14% | - |
| HSV(B) | 151.53º | 0.89% | 0.26% | - |
| XYZ | 2.39 | 4.08 | 2.5 | - |
| YUV | 45.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 38 | 0.89 | 0 | 0.42 | 0.74 | 151.53 | 0.81 | 0.14 |
| Hex | 7 | 42 | 26 | 59 | 0 | 2A | 4A | 98 | 51 | E |
| Octal | 7 | 102 | 46 | 131 | 0 | 52 | 112 | 230 | 121 | 16 |
| Binary | 111 | 1000010 | 100110 | 1011001 | 0 | 101010 | 1001010 | 10011000 | 1010001 | 1110 |
Color Harmonies of #074226
Complementary color
Monochromatic Colors of #074226
Black with #074226
Text Example
Text Example
White with #074226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074226; }
p { color: rgb(7,66,38); }
H1.HeaderClassName
{
color: #074226;
}
.AnyTagClassName
{
color: #074226;
}
</style>
background-color css
<style>
a { background-color: #074226; }
a { background-color: rgb(7,66,38); }
div.DivClassName
{
background-color: #074226;
}
.BgClassName
{
background-color: #074226;
}
</style>
border-color css
<style>
span { border-color: #074226; }
span { border-color: rgb(7,66,38); }
td.TdClassName
{
border-color: #074226;
}
.TagClassName
{
border-color: #074226;
}
</style>