Shades of British Racing Green #074B2A
Tints of British Racing Green #074B2A
RGB
CMYK
RGB Variations
Color information
#074B2A (or 0x074B2A) is known color: British Racing Green. HEX triplet: 07, 4B and 2A. RGB value is (7,75,42). Sum of RGB (Red+Green+Blue) = 7+75+42=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 75 (29.69% from 255 or 60.48% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 75 - color contains mainly: green. Hex color #074B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B2A is #F8B4D5. Grayscale: #323232. Windows color (decimal): -16299222 or 2771719. OLE color: 2771719.
HSL color Cylindrical-coordinate representation of color #074B2A: hue angle of 150.88º 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 #074B2A is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 42 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.71 |
| HSL | 150.88º | 0.83% | 0.16% | - |
| HSV(B) | 150.88º | 0.91% | 0.29% | - |
| XYZ | 3.02 | 5.24 | 3.04 | - |
| YUV | 50.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 42 | 0.91 | 0 | 0.44 | 0.71 | 150.88 | 0.83 | 0.16 |
| Hex | 7 | 4B | 2A | 5B | 0 | 2C | 47 | 97 | 53 | 10 |
| Octal | 7 | 113 | 52 | 133 | 0 | 54 | 107 | 227 | 123 | 20 |
| Binary | 111 | 1001011 | 101010 | 1011011 | 0 | 101100 | 1000111 | 10010111 | 1010011 | 10000 |
Color Harmonies of #074B2A
Complementary color
Monochromatic Colors of #074B2A
Black with #074B2A
Text Example
Text Example
White with #074B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B2A; }
p { color: rgb(7,75,42); }
H1.HeaderClassName
{
color: #074B2A;
}
.AnyTagClassName
{
color: #074B2A;
}
</style>
background-color css
<style>
a { background-color: #074B2A; }
a { background-color: rgb(7,75,42); }
div.DivClassName
{
background-color: #074B2A;
}
.BgClassName
{
background-color: #074B2A;
}
</style>
border-color css
<style>
span { border-color: #074B2A; }
span { border-color: rgb(7,75,42); }
td.TdClassName
{
border-color: #074B2A;
}
.TagClassName
{
border-color: #074B2A;
}
</style>