Shades of British Racing Green #074528
Tints of British Racing Green #074528
RGB
CMYK
RGB Variations
Color information
#074528 (or 0x074528) is known color: British Racing Green. HEX triplet: 07, 45 and 28. RGB value is (7,69,40). Sum of RGB (Red+Green+Blue) = 7+69+40=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 69 (27.34% from 255 or 59.48% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 69 - color contains mainly: green. Hex color #074528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074528 is #F8BAD7. Grayscale: #2F2F2F. Windows color (decimal): -16300760 or 2639111. OLE color: 2639111.
HSL color Cylindrical-coordinate representation of color #074528: hue angle of 151.94º degrees, saturation: 0.82, 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 #074528 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 69 | 40 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.73 |
| HSL | 151.94º | 0.82% | 0.15% | - |
| HSV(B) | 151.94º | 0.9% | 0.27% | - |
| XYZ | 2.6 | 4.45 | 2.73 | - |
| YUV | 47.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 40 | 0.90 | 0 | 0.42 | 0.73 | 151.94 | 0.82 | 0.15 |
| Hex | 7 | 45 | 28 | 5A | 0 | 2A | 49 | 98 | 52 | F |
| Octal | 7 | 105 | 50 | 132 | 0 | 52 | 111 | 230 | 122 | 17 |
| Binary | 111 | 1000101 | 101000 | 1011010 | 0 | 101010 | 1001001 | 10011000 | 1010010 | 1111 |
Color Harmonies of #074528
Complementary color
Monochromatic Colors of #074528
Black with #074528
Text Example
Text Example
White with #074528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074528; }
p { color: rgb(7,69,40); }
H1.HeaderClassName
{
color: #074528;
}
.AnyTagClassName
{
color: #074528;
}
</style>
background-color css
<style>
a { background-color: #074528; }
a { background-color: rgb(7,69,40); }
div.DivClassName
{
background-color: #074528;
}
.BgClassName
{
background-color: #074528;
}
</style>
border-color css
<style>
span { border-color: #074528; }
span { border-color: rgb(7,69,40); }
td.TdClassName
{
border-color: #074528;
}
.TagClassName
{
border-color: #074528;
}
</style>