Shades of British Racing Green #074A1D
Tints of British Racing Green #074A1D
RGB
CMYK
RGB Variations
Color information
#074A1D (or 0x074A1D) is known color: British Racing Green. HEX triplet: 07, 4A and 1D. RGB value is (7,74,29). Sum of RGB (Red+Green+Blue) = 7+74+29=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 74 (29.30% from 255 or 67.27% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 74 - color contains mainly: green. Hex color #074A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A1D is #F8B5E2. Grayscale: #303030. Windows color (decimal): -16299491 or 1919495. OLE color: 1919495.
HSL color Cylindrical-coordinate representation of color #074A1D: hue angle of 139.7º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A1D is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 29 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.71 |
| HSL | 139.7º | 0.83% | 0.16% | - |
| HSV(B) | 139.7º | 0.91% | 0.29% | - |
| XYZ | 2.76 | 5.03 | 1.99 | - |
| YUV | 48.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 29 | 0.91 | 0 | 0.61 | 0.71 | 139.7 | 0.83 | 0.16 |
| Hex | 7 | 4A | 1D | 5B | 0 | 3D | 47 | 8C | 53 | 10 |
| Octal | 7 | 112 | 35 | 133 | 0 | 75 | 107 | 214 | 123 | 20 |
| Binary | 111 | 1001010 | 11101 | 1011011 | 0 | 111101 | 1000111 | 10001100 | 1010011 | 10000 |
Color Harmonies of #074A1D
Complementary color
Monochromatic Colors of #074A1D
Black with #074A1D
Text Example
Text Example
White with #074A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A1D; }
p { color: rgb(7,74,29); }
H1.HeaderClassName
{
color: #074A1D;
}
.AnyTagClassName
{
color: #074A1D;
}
</style>
background-color css
<style>
a { background-color: #074A1D; }
a { background-color: rgb(7,74,29); }
div.DivClassName
{
background-color: #074A1D;
}
.BgClassName
{
background-color: #074A1D;
}
</style>
border-color css
<style>
span { border-color: #074A1D; }
span { border-color: rgb(7,74,29); }
td.TdClassName
{
border-color: #074A1D;
}
.TagClassName
{
border-color: #074A1D;
}
</style>