Shades of British Racing Green #074F1D
Tints of British Racing Green #074F1D
RGB
CMYK
RGB Variations
Color information
#074F1D (or 0x074F1D) is known color: British Racing Green. HEX triplet: 07, 4F and 1D. RGB value is (7,79,29). Sum of RGB (Red+Green+Blue) = 7+79+29=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 79 (31.25% from 255 or 68.70% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 79 - color contains mainly: green. Hex color #074F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074F1D is #F8B0E2. Grayscale: #333333. Windows color (decimal): -16298211 or 1920775. OLE color: 1920775.
HSL color Cylindrical-coordinate representation of color #074F1D: hue angle of 138.33º 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 #074F1D is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 79 | 29 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.69 |
| HSL | 138.33º | 0.84% | 0.17% | - |
| HSV(B) | 138.33º | 0.91% | 0.31% | - |
| XYZ | 3.11 | 5.73 | 2.1 | - |
| YUV | 51.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 29 | 0.91 | 0 | 0.63 | 0.69 | 138.33 | 0.84 | 0.17 |
| Hex | 7 | 4F | 1D | 5B | 0 | 3F | 45 | 8A | 54 | 11 |
| Octal | 7 | 117 | 35 | 133 | 0 | 77 | 105 | 212 | 124 | 21 |
| Binary | 111 | 1001111 | 11101 | 1011011 | 0 | 111111 | 1000101 | 10001010 | 1010100 | 10001 |
Color Harmonies of #074F1D
Complementary color
Monochromatic Colors of #074F1D
Black with #074F1D
Text Example
Text Example
White with #074F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F1D; }
p { color: rgb(7,79,29); }
H1.HeaderClassName
{
color: #074F1D;
}
.AnyTagClassName
{
color: #074F1D;
}
</style>
background-color css
<style>
a { background-color: #074F1D; }
a { background-color: rgb(7,79,29); }
div.DivClassName
{
background-color: #074F1D;
}
.BgClassName
{
background-color: #074F1D;
}
</style>
border-color css
<style>
span { border-color: #074F1D; }
span { border-color: rgb(7,79,29); }
td.TdClassName
{
border-color: #074F1D;
}
.TagClassName
{
border-color: #074F1D;
}
</style>