Shades of British Racing Green #074D27
Tints of British Racing Green #074D27
RGB
CMYK
RGB Variations
Color information
#074D27 (or 0x074D27) is known color: British Racing Green. HEX triplet: 07, 4D and 27. RGB value is (7,77,39). Sum of RGB (Red+Green+Blue) = 7+77+39=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 77 (30.47% from 255 or 62.60% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 77 - color contains mainly: green. Hex color #074D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D27 is #F8B2D8. Grayscale: #333333. Windows color (decimal): -16298713 or 2575623. OLE color: 2575623.
HSL color Cylindrical-coordinate representation of color #074D27: hue angle of 147.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 #074D27 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 39 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.70 |
| HSL | 147.43º | 0.83% | 0.16% | - |
| HSV(B) | 147.43º | 0.91% | 0.3% | - |
| XYZ | 3.11 | 5.5 | 2.82 | - |
| YUV | 51.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 39 | 0.91 | 0 | 0.49 | 0.70 | 147.43 | 0.83 | 0.16 |
| Hex | 7 | 4D | 27 | 5B | 0 | 31 | 46 | 93 | 53 | 10 |
| Octal | 7 | 115 | 47 | 133 | 0 | 61 | 106 | 223 | 123 | 20 |
| Binary | 111 | 1001101 | 100111 | 1011011 | 0 | 110001 | 1000110 | 10010011 | 1010011 | 10000 |
Color Harmonies of #074D27
Complementary color
Monochromatic Colors of #074D27
Black with #074D27
Text Example
Text Example
White with #074D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D27; }
p { color: rgb(7,77,39); }
H1.HeaderClassName
{
color: #074D27;
}
.AnyTagClassName
{
color: #074D27;
}
</style>
background-color css
<style>
a { background-color: #074D27; }
a { background-color: rgb(7,77,39); }
div.DivClassName
{
background-color: #074D27;
}
.BgClassName
{
background-color: #074D27;
}
</style>
border-color css
<style>
span { border-color: #074D27; }
span { border-color: rgb(7,77,39); }
td.TdClassName
{
border-color: #074D27;
}
.TagClassName
{
border-color: #074D27;
}
</style>