Shades of British Racing Green #074E2C
Tints of British Racing Green #074E2C
RGB
CMYK
RGB Variations
Color information
#074E2C (or 0x074E2C) is known color: British Racing Green. HEX triplet: 07, 4E and 2C. RGB value is (7,78,44). Sum of RGB (Red+Green+Blue) = 7+78+44=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #074E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E2C is #F8B1D3. Grayscale: #343434. Windows color (decimal): -16298452 or 2903559. OLE color: 2903559.
HSL color Cylindrical-coordinate representation of color #074E2C: hue angle of 151.27º 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 #074E2C is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 44 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.69 |
| HSL | 151.27º | 0.84% | 0.17% | - |
| HSV(B) | 151.27º | 0.91% | 0.31% | - |
| XYZ | 3.27 | 5.68 | 3.31 | - |
| YUV | 52.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 44 | 0.91 | 0 | 0.44 | 0.69 | 151.27 | 0.84 | 0.17 |
| Hex | 7 | 4E | 2C | 5B | 0 | 2C | 45 | 97 | 54 | 11 |
| Octal | 7 | 116 | 54 | 133 | 0 | 54 | 105 | 227 | 124 | 21 |
| Binary | 111 | 1001110 | 101100 | 1011011 | 0 | 101100 | 1000101 | 10010111 | 1010100 | 10001 |
Color Harmonies of #074E2C
Complementary color
Monochromatic Colors of #074E2C
Black with #074E2C
Text Example
Text Example
White with #074E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E2C; }
p { color: rgb(7,78,44); }
H1.HeaderClassName
{
color: #074E2C;
}
.AnyTagClassName
{
color: #074E2C;
}
</style>
background-color css
<style>
a { background-color: #074E2C; }
a { background-color: rgb(7,78,44); }
div.DivClassName
{
background-color: #074E2C;
}
.BgClassName
{
background-color: #074E2C;
}
</style>
border-color css
<style>
span { border-color: #074E2C; }
span { border-color: rgb(7,78,44); }
td.TdClassName
{
border-color: #074E2C;
}
.TagClassName
{
border-color: #074E2C;
}
</style>