Shades of British Racing Green #074E24
Tints of British Racing Green #074E24
RGB
CMYK
RGB Variations
Color information
#074E24 (or 0x074E24) is known color: British Racing Green. HEX triplet: 07, 4E and 24. RGB value is (7,78,36). Sum of RGB (Red+Green+Blue) = 7+78+36=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 78 (30.86% from 255 or 64.46% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 78 - color contains mainly: green. Hex color #074E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E24 is #F8B1DB. Grayscale: #343434. Windows color (decimal): -16298460 or 2379271. OLE color: 2379271.
HSL color Cylindrical-coordinate representation of color #074E24: hue angle of 144.51º 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 #074E24 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 36 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.69 |
| HSL | 144.51º | 0.84% | 0.17% | - |
| HSV(B) | 144.51º | 0.91% | 0.31% | - |
| XYZ | 3.13 | 5.62 | 2.59 | - |
| YUV | 51.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 36 | 0.91 | 0 | 0.54 | 0.69 | 144.51 | 0.84 | 0.17 |
| Hex | 7 | 4E | 24 | 5B | 0 | 36 | 45 | 91 | 54 | 11 |
| Octal | 7 | 116 | 44 | 133 | 0 | 66 | 105 | 221 | 124 | 21 |
| Binary | 111 | 1001110 | 100100 | 1011011 | 0 | 110110 | 1000101 | 10010001 | 1010100 | 10001 |
Color Harmonies of #074E24
Complementary color
Monochromatic Colors of #074E24
Black with #074E24
Text Example
Text Example
White with #074E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E24; }
p { color: rgb(7,78,36); }
H1.HeaderClassName
{
color: #074E24;
}
.AnyTagClassName
{
color: #074E24;
}
</style>
background-color css
<style>
a { background-color: #074E24; }
a { background-color: rgb(7,78,36); }
div.DivClassName
{
background-color: #074E24;
}
.BgClassName
{
background-color: #074E24;
}
</style>
border-color css
<style>
span { border-color: #074E24; }
span { border-color: rgb(7,78,36); }
td.TdClassName
{
border-color: #074E24;
}
.TagClassName
{
border-color: #074E24;
}
</style>