Shades of British Racing Green #074E29
Tints of British Racing Green #074E29
RGB
CMYK
RGB Variations
Color information
#074E29 (or 0x074E29) is known color: British Racing Green. HEX triplet: 07, 4E and 29. RGB value is (7,78,41). Sum of RGB (Red+Green+Blue) = 7+78+41=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 78 (30.86% from 255 or 61.90% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 78 - color contains mainly: green. Hex color #074E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E29 is #F8B1D6. Grayscale: #343434. Windows color (decimal): -16298455 or 2706951. OLE color: 2706951.
HSL color Cylindrical-coordinate representation of color #074E29: hue angle of 148.73º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E29 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 41 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.69 |
| HSL | 148.73º | 0.84% | 0.17% | - |
| HSV(B) | 148.73º | 0.91% | 0.31% | - |
| XYZ | 3.21 | 5.65 | 3.02 | - |
| YUV | 52.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 41 | 0.91 | 0 | 0.47 | 0.69 | 148.73 | 0.84 | 0.17 |
| Hex | 7 | 4E | 29 | 5B | 0 | 2F | 45 | 95 | 54 | 11 |
| Octal | 7 | 116 | 51 | 133 | 0 | 57 | 105 | 225 | 124 | 21 |
| Binary | 111 | 1001110 | 101001 | 1011011 | 0 | 101111 | 1000101 | 10010101 | 1010100 | 10001 |
Color Harmonies of #074E29
Complementary color
Monochromatic Colors of #074E29
Black with #074E29
Text Example
Text Example
White with #074E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E29; }
p { color: rgb(7,78,41); }
H1.HeaderClassName
{
color: #074E29;
}
.AnyTagClassName
{
color: #074E29;
}
</style>
background-color css
<style>
a { background-color: #074E29; }
a { background-color: rgb(7,78,41); }
div.DivClassName
{
background-color: #074E29;
}
.BgClassName
{
background-color: #074E29;
}
</style>
border-color css
<style>
span { border-color: #074E29; }
span { border-color: rgb(7,78,41); }
td.TdClassName
{
border-color: #074E29;
}
.TagClassName
{
border-color: #074E29;
}
</style>