Shades of British Racing Green #074D2C
Tints of British Racing Green #074D2C
RGB
CMYK
RGB Variations
Color information
#074D2C (or 0x074D2C) is known color: British Racing Green. HEX triplet: 07, 4D and 2C. RGB value is (7,77,44). Sum of RGB (Red+Green+Blue) = 7+77+44=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 77 (30.47% from 255 or 60.16% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 77 - color contains mainly: green. Hex color #074D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D2C is #F8B2D3. Grayscale: #343434. Windows color (decimal): -16298708 or 2903303. OLE color: 2903303.
HSL color Cylindrical-coordinate representation of color #074D2C: hue angle of 151.71º 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 #074D2C is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 44 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.70 |
| HSL | 151.71º | 0.83% | 0.16% | - |
| HSV(B) | 151.71º | 0.91% | 0.3% | - |
| XYZ | 3.2 | 5.53 | 3.28 | - |
| YUV | 52.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 44 | 0.91 | 0 | 0.43 | 0.70 | 151.71 | 0.83 | 0.16 |
| Hex | 7 | 4D | 2C | 5B | 0 | 2B | 46 | 98 | 53 | 10 |
| Octal | 7 | 115 | 54 | 133 | 0 | 53 | 106 | 230 | 123 | 20 |
| Binary | 111 | 1001101 | 101100 | 1011011 | 0 | 101011 | 1000110 | 10011000 | 1010011 | 10000 |
Color Harmonies of #074D2C
Complementary color
Monochromatic Colors of #074D2C
Black with #074D2C
Text Example
Text Example
White with #074D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D2C; }
p { color: rgb(7,77,44); }
H1.HeaderClassName
{
color: #074D2C;
}
.AnyTagClassName
{
color: #074D2C;
}
</style>
background-color css
<style>
a { background-color: #074D2C; }
a { background-color: rgb(7,77,44); }
div.DivClassName
{
background-color: #074D2C;
}
.BgClassName
{
background-color: #074D2C;
}
</style>
border-color css
<style>
span { border-color: #074D2C; }
span { border-color: rgb(7,77,44); }
td.TdClassName
{
border-color: #074D2C;
}
.TagClassName
{
border-color: #074D2C;
}
</style>