Shades of British Racing Green #074D2E
Tints of British Racing Green #074D2E
RGB
CMYK
RGB Variations
Color information
#074D2E (or 0x074D2E) is known color: British Racing Green. HEX triplet: 07, 4D and 2E. RGB value is (7,77,46). Sum of RGB (Red+Green+Blue) = 7+77+46=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #074D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D2E is #F8B2D1. Grayscale: #343434. Windows color (decimal): -16298706 or 3034375. OLE color: 3034375.
HSL color Cylindrical-coordinate representation of color #074D2E: hue angle of 153.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D2E is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 46 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.70 |
| HSL | 153.43º | 0.83% | 0.16% | - |
| HSV(B) | 153.43º | 0.91% | 0.3% | - |
| XYZ | 3.23 | 5.55 | 3.49 | - |
| YUV | 52.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 46 | 0.91 | 0 | 0.40 | 0.70 | 153.43 | 0.83 | 0.16 |
| Hex | 7 | 4D | 2E | 5B | 0 | 28 | 46 | 99 | 53 | 10 |
| Octal | 7 | 115 | 56 | 133 | 0 | 50 | 106 | 231 | 123 | 20 |
| Binary | 111 | 1001101 | 101110 | 1011011 | 0 | 101000 | 1000110 | 10011001 | 1010011 | 10000 |
Color Harmonies of #074D2E
Complementary color
Monochromatic Colors of #074D2E
Black with #074D2E
Text Example
Text Example
White with #074D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D2E; }
p { color: rgb(7,77,46); }
H1.HeaderClassName
{
color: #074D2E;
}
.AnyTagClassName
{
color: #074D2E;
}
</style>
background-color css
<style>
a { background-color: #074D2E; }
a { background-color: rgb(7,77,46); }
div.DivClassName
{
background-color: #074D2E;
}
.BgClassName
{
background-color: #074D2E;
}
</style>
border-color css
<style>
span { border-color: #074D2E; }
span { border-color: rgb(7,77,46); }
td.TdClassName
{
border-color: #074D2E;
}
.TagClassName
{
border-color: #074D2E;
}
</style>