Shades of British Racing Green #074B2B
Tints of British Racing Green #074B2B
RGB
CMYK
RGB Variations
Color information
#074B2B (or 0x074B2B) is known color: British Racing Green. HEX triplet: 07, 4B and 2B. RGB value is (7,75,43). Sum of RGB (Red+Green+Blue) = 7+75+43=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #074B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B2B is #F8B4D4. Grayscale: #333333. Windows color (decimal): -16299221 or 2837255. OLE color: 2837255.
HSL color Cylindrical-coordinate representation of color #074B2B: hue angle of 151.76º 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 #074B2B is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 43 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.71 |
| HSL | 151.76º | 0.83% | 0.16% | - |
| HSV(B) | 151.76º | 0.91% | 0.29% | - |
| XYZ | 3.04 | 5.25 | 3.14 | - |
| YUV | 51.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 43 | 0.91 | 0 | 0.43 | 0.71 | 151.76 | 0.83 | 0.16 |
| Hex | 7 | 4B | 2B | 5B | 0 | 2B | 47 | 98 | 53 | 10 |
| Octal | 7 | 113 | 53 | 133 | 0 | 53 | 107 | 230 | 123 | 20 |
| Binary | 111 | 1001011 | 101011 | 1011011 | 0 | 101011 | 1000111 | 10011000 | 1010011 | 10000 |
Color Harmonies of #074B2B
Complementary color
Monochromatic Colors of #074B2B
Black with #074B2B
Text Example
Text Example
White with #074B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B2B; }
p { color: rgb(7,75,43); }
H1.HeaderClassName
{
color: #074B2B;
}
.AnyTagClassName
{
color: #074B2B;
}
</style>
background-color css
<style>
a { background-color: #074B2B; }
a { background-color: rgb(7,75,43); }
div.DivClassName
{
background-color: #074B2B;
}
.BgClassName
{
background-color: #074B2B;
}
</style>
border-color css
<style>
span { border-color: #074B2B; }
span { border-color: rgb(7,75,43); }
td.TdClassName
{
border-color: #074B2B;
}
.TagClassName
{
border-color: #074B2B;
}
</style>