Shades of British Racing Green #074A33
Tints of British Racing Green #074A33
RGB
CMYK
RGB Variations
Color information
#074A33 (or 0x074A33) is known color: British Racing Green. HEX triplet: 07, 4A and 33. RGB value is (7,74,51). Sum of RGB (Red+Green+Blue) = 7+74+51=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 74 (29.30% from 255 or 56.06% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 74 - color contains mainly: green. Hex color #074A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A33 is #F8B5CC. Grayscale: #333333. Windows color (decimal): -16299469 or 3361287. OLE color: 3361287.
HSL color Cylindrical-coordinate representation of color #074A33: hue angle of 159.4º 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 #074A33 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 51 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.71 |
| HSL | 159.4º | 0.83% | 0.16% | - |
| HSV(B) | 159.4º | 0.91% | 0.29% | - |
| XYZ | 3.13 | 5.18 | 3.97 | - |
| YUV | 51.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 51 | 0.91 | 0 | 0.31 | 0.71 | 159.4 | 0.83 | 0.16 |
| Hex | 7 | 4A | 33 | 5B | 0 | 1F | 47 | 9F | 53 | 10 |
| Octal | 7 | 112 | 63 | 133 | 0 | 37 | 107 | 237 | 123 | 20 |
| Binary | 111 | 1001010 | 110011 | 1011011 | 0 | 11111 | 1000111 | 10011111 | 1010011 | 10000 |
Color Harmonies of #074A33
Complementary color
Monochromatic Colors of #074A33
Black with #074A33
Text Example
Text Example
White with #074A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A33; }
p { color: rgb(7,74,51); }
H1.HeaderClassName
{
color: #074A33;
}
.AnyTagClassName
{
color: #074A33;
}
</style>
background-color css
<style>
a { background-color: #074A33; }
a { background-color: rgb(7,74,51); }
div.DivClassName
{
background-color: #074A33;
}
.BgClassName
{
background-color: #074A33;
}
</style>
border-color css
<style>
span { border-color: #074A33; }
span { border-color: rgb(7,74,51); }
td.TdClassName
{
border-color: #074A33;
}
.TagClassName
{
border-color: #074A33;
}
</style>