Shades of British Racing Green #074B2D
Tints of British Racing Green #074B2D
RGB
CMYK
RGB Variations
Color information
#074B2D (or 0x074B2D) is known color: British Racing Green. HEX triplet: 07, 4B and 2D. RGB value is (7,75,45). Sum of RGB (Red+Green+Blue) = 7+75+45=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #074B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B2D is #F8B4D2. Grayscale: #333333. Windows color (decimal): -16299219 or 2968327. OLE color: 2968327.
HSL color Cylindrical-coordinate representation of color #074B2D: hue angle of 153.53º 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 #074B2D is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 45 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.71 |
| HSL | 153.53º | 0.83% | 0.16% | - |
| HSV(B) | 153.53º | 0.91% | 0.29% | - |
| XYZ | 3.08 | 5.27 | 3.34 | - |
| YUV | 51.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 45 | 0.91 | 0 | 0.40 | 0.71 | 153.53 | 0.83 | 0.16 |
| Hex | 7 | 4B | 2D | 5B | 0 | 28 | 47 | 9A | 53 | 10 |
| Octal | 7 | 113 | 55 | 133 | 0 | 50 | 107 | 232 | 123 | 20 |
| Binary | 111 | 1001011 | 101101 | 1011011 | 0 | 101000 | 1000111 | 10011010 | 1010011 | 10000 |
Color Harmonies of #074B2D
Complementary color
Monochromatic Colors of #074B2D
Black with #074B2D
Text Example
Text Example
White with #074B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B2D; }
p { color: rgb(7,75,45); }
H1.HeaderClassName
{
color: #074B2D;
}
.AnyTagClassName
{
color: #074B2D;
}
</style>
background-color css
<style>
a { background-color: #074B2D; }
a { background-color: rgb(7,75,45); }
div.DivClassName
{
background-color: #074B2D;
}
.BgClassName
{
background-color: #074B2D;
}
</style>
border-color css
<style>
span { border-color: #074B2D; }
span { border-color: rgb(7,75,45); }
td.TdClassName
{
border-color: #074B2D;
}
.TagClassName
{
border-color: #074B2D;
}
</style>