Shades of British Racing Green #074A1C
Tints of British Racing Green #074A1C
RGB
CMYK
RGB Variations
Color information
#074A1C (or 0x074A1C) is known color: British Racing Green. HEX triplet: 07, 4A and 1C. RGB value is (7,74,28). Sum of RGB (Red+Green+Blue) = 7+74+28=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 74 (29.30% from 255 or 67.89% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 74 - color contains mainly: green. Hex color #074A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A1C is #F8B5E3. Grayscale: #303030. Windows color (decimal): -16299492 or 1853959. OLE color: 1853959.
HSL color Cylindrical-coordinate representation of color #074A1C: hue angle of 138.81º 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 #074A1C is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 28 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.71 |
| HSL | 138.81º | 0.83% | 0.16% | - |
| HSV(B) | 138.81º | 0.91% | 0.29% | - |
| XYZ | 2.75 | 5.03 | 1.92 | - |
| YUV | 48.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 28 | 0.91 | 0 | 0.62 | 0.71 | 138.81 | 0.83 | 0.16 |
| Hex | 7 | 4A | 1C | 5B | 0 | 3E | 47 | 8B | 53 | 10 |
| Octal | 7 | 112 | 34 | 133 | 0 | 76 | 107 | 213 | 123 | 20 |
| Binary | 111 | 1001010 | 11100 | 1011011 | 0 | 111110 | 1000111 | 10001011 | 1010011 | 10000 |
Color Harmonies of #074A1C
Complementary color
Monochromatic Colors of #074A1C
Black with #074A1C
Text Example
Text Example
White with #074A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A1C; }
p { color: rgb(7,74,28); }
H1.HeaderClassName
{
color: #074A1C;
}
.AnyTagClassName
{
color: #074A1C;
}
</style>
background-color css
<style>
a { background-color: #074A1C; }
a { background-color: rgb(7,74,28); }
div.DivClassName
{
background-color: #074A1C;
}
.BgClassName
{
background-color: #074A1C;
}
</style>
border-color css
<style>
span { border-color: #074A1C; }
span { border-color: rgb(7,74,28); }
td.TdClassName
{
border-color: #074A1C;
}
.TagClassName
{
border-color: #074A1C;
}
</style>