Shades of British Racing Green #074E1F
Tints of British Racing Green #074E1F
RGB
CMYK
RGB Variations
Color information
#074E1F (or 0x074E1F) is known color: British Racing Green. HEX triplet: 07, 4E and 1F. RGB value is (7,78,31). Sum of RGB (Red+Green+Blue) = 7+78+31=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 78 (30.86% from 255 or 67.24% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 78 - color contains mainly: green. Hex color #074E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E1F is #F8B1E0. Grayscale: #333333. Windows color (decimal): -16298465 or 2051591. OLE color: 2051591.
HSL color Cylindrical-coordinate representation of color #074E1F: hue angle of 140.28º 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 #074E1F is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 31 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.69 |
| HSL | 140.28º | 0.84% | 0.17% | - |
| HSV(B) | 140.28º | 0.91% | 0.31% | - |
| XYZ | 3.06 | 5.59 | 2.21 | - |
| YUV | 51.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 31 | 0.91 | 0 | 0.60 | 0.69 | 140.28 | 0.84 | 0.17 |
| Hex | 7 | 4E | 1F | 5B | 0 | 3C | 45 | 8C | 54 | 11 |
| Octal | 7 | 116 | 37 | 133 | 0 | 74 | 105 | 214 | 124 | 21 |
| Binary | 111 | 1001110 | 11111 | 1011011 | 0 | 111100 | 1000101 | 10001100 | 1010100 | 10001 |
Color Harmonies of #074E1F
Complementary color
Monochromatic Colors of #074E1F
Black with #074E1F
Text Example
Text Example
White with #074E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E1F; }
p { color: rgb(7,78,31); }
H1.HeaderClassName
{
color: #074E1F;
}
.AnyTagClassName
{
color: #074E1F;
}
</style>
background-color css
<style>
a { background-color: #074E1F; }
a { background-color: rgb(7,78,31); }
div.DivClassName
{
background-color: #074E1F;
}
.BgClassName
{
background-color: #074E1F;
}
</style>
border-color css
<style>
span { border-color: #074E1F; }
span { border-color: rgb(7,78,31); }
td.TdClassName
{
border-color: #074E1F;
}
.TagClassName
{
border-color: #074E1F;
}
</style>