Shades of British Racing Green #074B1D
Tints of British Racing Green #074B1D
RGB
CMYK
RGB Variations
Color information
#074B1D (or 0x074B1D) is known color: British Racing Green. HEX triplet: 07, 4B and 1D. RGB value is (7,75,29). Sum of RGB (Red+Green+Blue) = 7+75+29=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 75 (29.69% from 255 or 67.57% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 75 - color contains mainly: green. Hex color #074B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B1D is #F8B4E2. Grayscale: #313131. Windows color (decimal): -16299235 or 1919751. OLE color: 1919751.
HSL color Cylindrical-coordinate representation of color #074B1D: hue angle of 139.41º 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 #074B1D is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 29 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.71 |
| HSL | 139.41º | 0.83% | 0.16% | - |
| HSV(B) | 139.41º | 0.91% | 0.29% | - |
| XYZ | 2.83 | 5.17 | 2.01 | - |
| YUV | 49.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 29 | 0.91 | 0 | 0.61 | 0.71 | 139.41 | 0.83 | 0.16 |
| Hex | 7 | 4B | 1D | 5B | 0 | 3D | 47 | 8B | 53 | 10 |
| Octal | 7 | 113 | 35 | 133 | 0 | 75 | 107 | 213 | 123 | 20 |
| Binary | 111 | 1001011 | 11101 | 1011011 | 0 | 111101 | 1000111 | 10001011 | 1010011 | 10000 |
Color Harmonies of #074B1D
Complementary color
Monochromatic Colors of #074B1D
Black with #074B1D
Text Example
Text Example
White with #074B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B1D; }
p { color: rgb(7,75,29); }
H1.HeaderClassName
{
color: #074B1D;
}
.AnyTagClassName
{
color: #074B1D;
}
</style>
background-color css
<style>
a { background-color: #074B1D; }
a { background-color: rgb(7,75,29); }
div.DivClassName
{
background-color: #074B1D;
}
.BgClassName
{
background-color: #074B1D;
}
</style>
border-color css
<style>
span { border-color: #074B1D; }
span { border-color: rgb(7,75,29); }
td.TdClassName
{
border-color: #074B1D;
}
.TagClassName
{
border-color: #074B1D;
}
</style>