Shades of British Racing Green #074822
Tints of British Racing Green #074822
RGB
CMYK
RGB Variations
Color information
#074822 (or 0x074822) is known color: British Racing Green. HEX triplet: 07, 48 and 22. RGB value is (7,72,34). Sum of RGB (Red+Green+Blue) = 7+72+34=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #074822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074822 is #F8B7DD. Grayscale: #303030. Windows color (decimal): -16299998 or 2246663. OLE color: 2246663.
HSL color Cylindrical-coordinate representation of color #074822: hue angle of 144.92º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074822 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 34 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.72 |
| HSL | 144.92º | 0.82% | 0.15% | - |
| HSV(B) | 144.92º | 0.9% | 0.28% | - |
| XYZ | 2.69 | 4.8 | 2.3 | - |
| YUV | 48.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 34 | 0.90 | 0 | 0.53 | 0.72 | 144.92 | 0.82 | 0.15 |
| Hex | 7 | 48 | 22 | 5A | 0 | 35 | 48 | 91 | 52 | F |
| Octal | 7 | 110 | 42 | 132 | 0 | 65 | 110 | 221 | 122 | 17 |
| Binary | 111 | 1001000 | 100010 | 1011010 | 0 | 110101 | 1001000 | 10010001 | 1010010 | 1111 |
Color Harmonies of #074822
Complementary color
Monochromatic Colors of #074822
Black with #074822
Text Example
Text Example
White with #074822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074822; }
p { color: rgb(7,72,34); }
H1.HeaderClassName
{
color: #074822;
}
.AnyTagClassName
{
color: #074822;
}
</style>
background-color css
<style>
a { background-color: #074822; }
a { background-color: rgb(7,72,34); }
div.DivClassName
{
background-color: #074822;
}
.BgClassName
{
background-color: #074822;
}
</style>
border-color css
<style>
span { border-color: #074822; }
span { border-color: rgb(7,72,34); }
td.TdClassName
{
border-color: #074822;
}
.TagClassName
{
border-color: #074822;
}
</style>