Shades of British Racing Green #074A28
Tints of British Racing Green #074A28
RGB
CMYK
RGB Variations
Color information
#074A28 (or 0x074A28) is known color: British Racing Green. HEX triplet: 07, 4A and 28. RGB value is (7,74,40). Sum of RGB (Red+Green+Blue) = 7+74+40=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #074A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A28 is #F8B5D7. Grayscale: #323232. Windows color (decimal): -16299480 or 2640391. OLE color: 2640391.
HSL color Cylindrical-coordinate representation of color #074A28: hue angle of 149.55º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A28 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 40 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.71 |
| HSL | 149.55º | 0.83% | 0.16% | - |
| HSV(B) | 149.55º | 0.91% | 0.29% | - |
| XYZ | 2.92 | 5.1 | 2.84 | - |
| YUV | 50.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 40 | 0.91 | 0 | 0.46 | 0.71 | 149.55 | 0.83 | 0.16 |
| Hex | 7 | 4A | 28 | 5B | 0 | 2E | 47 | 96 | 53 | 10 |
| Octal | 7 | 112 | 50 | 133 | 0 | 56 | 107 | 226 | 123 | 20 |
| Binary | 111 | 1001010 | 101000 | 1011011 | 0 | 101110 | 1000111 | 10010110 | 1010011 | 10000 |
Color Harmonies of #074A28
Complementary color
Monochromatic Colors of #074A28
Black with #074A28
Text Example
Text Example
White with #074A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A28; }
p { color: rgb(7,74,40); }
H1.HeaderClassName
{
color: #074A28;
}
.AnyTagClassName
{
color: #074A28;
}
</style>
background-color css
<style>
a { background-color: #074A28; }
a { background-color: rgb(7,74,40); }
div.DivClassName
{
background-color: #074A28;
}
.BgClassName
{
background-color: #074A28;
}
</style>
border-color css
<style>
span { border-color: #074A28; }
span { border-color: rgb(7,74,40); }
td.TdClassName
{
border-color: #074A28;
}
.TagClassName
{
border-color: #074A28;
}
</style>