Shades of British Racing Green #074D2A
Tints of British Racing Green #074D2A
RGB
CMYK
RGB Variations
Color information
#074D2A (or 0x074D2A) is known color: British Racing Green. HEX triplet: 07, 4D and 2A. RGB value is (7,77,42). Sum of RGB (Red+Green+Blue) = 7+77+42=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 77 (30.47% from 255 or 61.11% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 77 - color contains mainly: green. Hex color #074D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D2A is #F8B2D5. Grayscale: #343434. Windows color (decimal): -16298710 or 2772231. OLE color: 2772231.
HSL color Cylindrical-coordinate representation of color #074D2A: hue angle of 150º 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 #074D2A is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 42 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.70 |
| HSL | 150º | 0.83% | 0.16% | - |
| HSV(B) | 150º | 0.91% | 0.3% | - |
| XYZ | 3.16 | 5.52 | 3.09 | - |
| YUV | 52.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 42 | 0.91 | 0 | 0.45 | 0.70 | 150 | 0.83 | 0.16 |
| Hex | 7 | 4D | 2A | 5B | 0 | 2D | 46 | 96 | 53 | 10 |
| Octal | 7 | 115 | 52 | 133 | 0 | 55 | 106 | 226 | 123 | 20 |
| Binary | 111 | 1001101 | 101010 | 1011011 | 0 | 101101 | 1000110 | 10010110 | 1010011 | 10000 |
Color Harmonies of #074D2A
Complementary color
Monochromatic Colors of #074D2A
Black with #074D2A
Text Example
Text Example
White with #074D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D2A; }
p { color: rgb(7,77,42); }
H1.HeaderClassName
{
color: #074D2A;
}
.AnyTagClassName
{
color: #074D2A;
}
</style>
background-color css
<style>
a { background-color: #074D2A; }
a { background-color: rgb(7,77,42); }
div.DivClassName
{
background-color: #074D2A;
}
.BgClassName
{
background-color: #074D2A;
}
</style>
border-color css
<style>
span { border-color: #074D2A; }
span { border-color: rgb(7,77,42); }
td.TdClassName
{
border-color: #074D2A;
}
.TagClassName
{
border-color: #074D2A;
}
</style>