Shades of British Racing Green #074933
Tints of British Racing Green #074933
RGB
CMYK
RGB Variations
Color information
#074933 (or 0x074933) is known color: British Racing Green. HEX triplet: 07, 49 and 33. RGB value is (7,73,51). Sum of RGB (Red+Green+Blue) = 7+73+51=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #074933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074933 is #F8B6CC. Grayscale: #323232. Windows color (decimal): -16299725 or 3361031. OLE color: 3361031.
HSL color Cylindrical-coordinate representation of color #074933: hue angle of 160º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074933 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 51 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.71 |
| HSL | 160º | 0.83% | 0.16% | - |
| HSV(B) | 160º | 0.9% | 0.29% | - |
| XYZ | 3.07 | 5.05 | 3.94 | - |
| YUV | 50.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 51 | 0.90 | 0 | 0.30 | 0.71 | 160 | 0.83 | 0.16 |
| Hex | 7 | 49 | 33 | 5A | 0 | 1E | 47 | A0 | 52 | 10 |
| Octal | 7 | 111 | 63 | 132 | 0 | 36 | 107 | 240 | 122 | 20 |
| Binary | 111 | 1001001 | 110011 | 1011010 | 0 | 11110 | 1000111 | 10100000 | 1010010 | 10000 |
Color Harmonies of #074933
Complementary color
Monochromatic Colors of #074933
Black with #074933
Text Example
Text Example
White with #074933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074933; }
p { color: rgb(7,73,51); }
H1.HeaderClassName
{
color: #074933;
}
.AnyTagClassName
{
color: #074933;
}
</style>
background-color css
<style>
a { background-color: #074933; }
a { background-color: rgb(7,73,51); }
div.DivClassName
{
background-color: #074933;
}
.BgClassName
{
background-color: #074933;
}
</style>
border-color css
<style>
span { border-color: #074933; }
span { border-color: rgb(7,73,51); }
td.TdClassName
{
border-color: #074933;
}
.TagClassName
{
border-color: #074933;
}
</style>