Shades of British Racing Green #074B1C
Tints of British Racing Green #074B1C
RGB
CMYK
RGB Variations
Color information
#074B1C (or 0x074B1C) is known color: British Racing Green. HEX triplet: 07, 4B and 1C. RGB value is (7,75,28). Sum of RGB (Red+Green+Blue) = 7+75+28=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 75 (29.69% from 255 or 68.18% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 75 - color contains mainly: green. Hex color #074B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B1C is #F8B4E3. Grayscale: #313131. Windows color (decimal): -16299236 or 1854215. OLE color: 1854215.
HSL color Cylindrical-coordinate representation of color #074B1C: hue angle of 138.53º 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 #074B1C is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 28 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.71 |
| HSL | 138.53º | 0.83% | 0.16% | - |
| HSV(B) | 138.53º | 0.91% | 0.29% | - |
| XYZ | 2.81 | 5.16 | 1.95 | - |
| YUV | 49.31 | 115.97 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 28 | 0.91 | 0 | 0.63 | 0.71 | 138.53 | 0.83 | 0.16 |
| Hex | 7 | 4B | 1C | 5B | 0 | 3F | 47 | 8B | 53 | 10 |
| Octal | 7 | 113 | 34 | 133 | 0 | 77 | 107 | 213 | 123 | 20 |
| Binary | 111 | 1001011 | 11100 | 1011011 | 0 | 111111 | 1000111 | 10001011 | 1010011 | 10000 |
Color Harmonies of #074B1C
Complementary color
Monochromatic Colors of #074B1C
Black with #074B1C
Text Example
Text Example
White with #074B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B1C; }
p { color: rgb(7,75,28); }
H1.HeaderClassName
{
color: #074B1C;
}
.AnyTagClassName
{
color: #074B1C;
}
</style>
background-color css
<style>
a { background-color: #074B1C; }
a { background-color: rgb(7,75,28); }
div.DivClassName
{
background-color: #074B1C;
}
.BgClassName
{
background-color: #074B1C;
}
</style>
border-color css
<style>
span { border-color: #074B1C; }
span { border-color: rgb(7,75,28); }
td.TdClassName
{
border-color: #074B1C;
}
.TagClassName
{
border-color: #074B1C;
}
</style>