Shades of British Racing Green #074D1E
Tints of British Racing Green #074D1E
RGB
CMYK
RGB Variations
Color information
#074D1E (or 0x074D1E) is known color: British Racing Green. HEX triplet: 07, 4D and 1E. RGB value is (7,77,30). Sum of RGB (Red+Green+Blue) = 7+77+30=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 77 (30.47% from 255 or 67.54% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 77 - color contains mainly: green. Hex color #074D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D1E is #F8B2E1. Grayscale: #323232. Windows color (decimal): -16298722 or 1985799. OLE color: 1985799.
HSL color Cylindrical-coordinate representation of color #074D1E: hue angle of 139.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 #074D1E is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 30 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.70 |
| HSL | 139.71º | 0.83% | 0.16% | - |
| HSV(B) | 139.71º | 0.91% | 0.3% | - |
| XYZ | 2.98 | 5.45 | 2.12 | - |
| YUV | 50.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 30 | 0.91 | 0 | 0.61 | 0.70 | 139.71 | 0.83 | 0.16 |
| Hex | 7 | 4D | 1E | 5B | 0 | 3D | 46 | 8C | 53 | 10 |
| Octal | 7 | 115 | 36 | 133 | 0 | 75 | 106 | 214 | 123 | 20 |
| Binary | 111 | 1001101 | 11110 | 1011011 | 0 | 111101 | 1000110 | 10001100 | 1010011 | 10000 |
Color Harmonies of #074D1E
Complementary color
Monochromatic Colors of #074D1E
Black with #074D1E
Text Example
Text Example
White with #074D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D1E; }
p { color: rgb(7,77,30); }
H1.HeaderClassName
{
color: #074D1E;
}
.AnyTagClassName
{
color: #074D1E;
}
</style>
background-color css
<style>
a { background-color: #074D1E; }
a { background-color: rgb(7,77,30); }
div.DivClassName
{
background-color: #074D1E;
}
.BgClassName
{
background-color: #074D1E;
}
</style>
border-color css
<style>
span { border-color: #074D1E; }
span { border-color: rgb(7,77,30); }
td.TdClassName
{
border-color: #074D1E;
}
.TagClassName
{
border-color: #074D1E;
}
</style>