Shades of British Racing Green #074A32
Tints of British Racing Green #074A32
RGB
CMYK
RGB Variations
Color information
#074A32 (or 0x074A32) is known color: British Racing Green. HEX triplet: 07, 4A and 32. RGB value is (7,74,50). Sum of RGB (Red+Green+Blue) = 7+74+50=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 74 (29.30% from 255 or 56.49% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 74 - color contains mainly: green. Hex color #074A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A32 is #F8B5CD. Grayscale: #333333. Windows color (decimal): -16299470 or 3295751. OLE color: 3295751.
HSL color Cylindrical-coordinate representation of color #074A32: hue angle of 158.51º 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 #074A32 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 50 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.71 |
| HSL | 158.51º | 0.83% | 0.16% | - |
| HSV(B) | 158.51º | 0.91% | 0.29% | - |
| XYZ | 3.11 | 5.17 | 3.85 | - |
| YUV | 51.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 50 | 0.91 | 0 | 0.32 | 0.71 | 158.51 | 0.83 | 0.16 |
| Hex | 7 | 4A | 32 | 5B | 0 | 20 | 47 | 9F | 53 | 10 |
| Octal | 7 | 112 | 62 | 133 | 0 | 40 | 107 | 237 | 123 | 20 |
| Binary | 111 | 1001010 | 110010 | 1011011 | 0 | 100000 | 1000111 | 10011111 | 1010011 | 10000 |
Color Harmonies of #074A32
Complementary color
Monochromatic Colors of #074A32
Black with #074A32
Text Example
Text Example
White with #074A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A32; }
p { color: rgb(7,74,50); }
H1.HeaderClassName
{
color: #074A32;
}
.AnyTagClassName
{
color: #074A32;
}
</style>
background-color css
<style>
a { background-color: #074A32; }
a { background-color: rgb(7,74,50); }
div.DivClassName
{
background-color: #074A32;
}
.BgClassName
{
background-color: #074A32;
}
</style>
border-color css
<style>
span { border-color: #074A32; }
span { border-color: rgb(7,74,50); }
td.TdClassName
{
border-color: #074A32;
}
.TagClassName
{
border-color: #074A32;
}
</style>