Shades of British Racing Green #074A34
Tints of British Racing Green #074A34
RGB
CMYK
RGB Variations
Color information
#074A34 (or 0x074A34) is known color: British Racing Green. HEX triplet: 07, 4A and 34. RGB value is (7,74,52). Sum of RGB (Red+Green+Blue) = 7+74+52=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 74 (29.30% from 255 or 55.64% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 74 - color contains mainly: green. Hex color #074A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A34 is #F8B5CB. Grayscale: #333333. Windows color (decimal): -16299468 or 3426823. OLE color: 3426823.
HSL color Cylindrical-coordinate representation of color #074A34: hue angle of 160.3º 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 #074A34 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 52 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.71 |
| HSL | 160.3º | 0.83% | 0.16% | - |
| HSV(B) | 160.3º | 0.91% | 0.29% | - |
| XYZ | 3.16 | 5.19 | 4.08 | - |
| YUV | 51.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 52 | 0.91 | 0 | 0.30 | 0.71 | 160.3 | 0.83 | 0.16 |
| Hex | 7 | 4A | 34 | 5B | 0 | 1E | 47 | A0 | 53 | 10 |
| Octal | 7 | 112 | 64 | 133 | 0 | 36 | 107 | 240 | 123 | 20 |
| Binary | 111 | 1001010 | 110100 | 1011011 | 0 | 11110 | 1000111 | 10100000 | 1010011 | 10000 |
Color Harmonies of #074A34
Complementary color
Monochromatic Colors of #074A34
Black with #074A34
Text Example
Text Example
White with #074A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A34; }
p { color: rgb(7,74,52); }
H1.HeaderClassName
{
color: #074A34;
}
.AnyTagClassName
{
color: #074A34;
}
</style>
background-color css
<style>
a { background-color: #074A34; }
a { background-color: rgb(7,74,52); }
div.DivClassName
{
background-color: #074A34;
}
.BgClassName
{
background-color: #074A34;
}
</style>
border-color css
<style>
span { border-color: #074A34; }
span { border-color: rgb(7,74,52); }
td.TdClassName
{
border-color: #074A34;
}
.TagClassName
{
border-color: #074A34;
}
</style>