Shades of British Racing Green #074B1F
Tints of British Racing Green #074B1F
RGB
CMYK
RGB Variations
Color information
#074B1F (or 0x074B1F) is known color: British Racing Green. HEX triplet: 07, 4B and 1F. RGB value is (7,75,31). Sum of RGB (Red+Green+Blue) = 7+75+31=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 75 (29.69% from 255 or 66.37% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 75 - color contains mainly: green. Hex color #074B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B1F is #F8B4E0. Grayscale: #313131. Windows color (decimal): -16299233 or 2050823. OLE color: 2050823.
HSL color Cylindrical-coordinate representation of color #074B1F: hue angle of 141.18º 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 #074B1F is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 31 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.71 |
| HSL | 141.18º | 0.83% | 0.16% | - |
| HSV(B) | 141.18º | 0.91% | 0.29% | - |
| XYZ | 2.85 | 5.18 | 2.15 | - |
| YUV | 49.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 31 | 0.91 | 0 | 0.59 | 0.71 | 141.18 | 0.83 | 0.16 |
| Hex | 7 | 4B | 1F | 5B | 0 | 3B | 47 | 8D | 53 | 10 |
| Octal | 7 | 113 | 37 | 133 | 0 | 73 | 107 | 215 | 123 | 20 |
| Binary | 111 | 1001011 | 11111 | 1011011 | 0 | 111011 | 1000111 | 10001101 | 1010011 | 10000 |
Color Harmonies of #074B1F
Complementary color
Monochromatic Colors of #074B1F
Black with #074B1F
Text Example
Text Example
White with #074B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B1F; }
p { color: rgb(7,75,31); }
H1.HeaderClassName
{
color: #074B1F;
}
.AnyTagClassName
{
color: #074B1F;
}
</style>
background-color css
<style>
a { background-color: #074B1F; }
a { background-color: rgb(7,75,31); }
div.DivClassName
{
background-color: #074B1F;
}
.BgClassName
{
background-color: #074B1F;
}
</style>
border-color css
<style>
span { border-color: #074B1F; }
span { border-color: rgb(7,75,31); }
td.TdClassName
{
border-color: #074B1F;
}
.TagClassName
{
border-color: #074B1F;
}
</style>