Shades of British Racing Green #074629
Tints of British Racing Green #074629
RGB
CMYK
RGB Variations
Color information
#074629 (or 0x074629) is known color: British Racing Green. HEX triplet: 07, 46 and 29. RGB value is (7,70,41). Sum of RGB (Red+Green+Blue) = 7+70+41=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #074629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074629 is #F8B9D6. Grayscale: #2F2F2F. Windows color (decimal): -16300503 or 2704903. OLE color: 2704903.
HSL color Cylindrical-coordinate representation of color #074629: hue angle of 152.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074629 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 70 | 41 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.73 |
| HSL | 152.38º | 0.82% | 0.15% | - |
| HSV(B) | 152.38º | 0.9% | 0.27% | - |
| XYZ | 2.68 | 4.59 | 2.84 | - |
| YUV | 47.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 41 | 0.90 | 0 | 0.41 | 0.73 | 152.38 | 0.82 | 0.15 |
| Hex | 7 | 46 | 29 | 5A | 0 | 29 | 49 | 98 | 52 | F |
| Octal | 7 | 106 | 51 | 132 | 0 | 51 | 111 | 230 | 122 | 17 |
| Binary | 111 | 1000110 | 101001 | 1011010 | 0 | 101001 | 1001001 | 10011000 | 1010010 | 1111 |
Color Harmonies of #074629
Complementary color
Monochromatic Colors of #074629
Black with #074629
Text Example
Text Example
White with #074629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074629; }
p { color: rgb(7,70,41); }
H1.HeaderClassName
{
color: #074629;
}
.AnyTagClassName
{
color: #074629;
}
</style>
background-color css
<style>
a { background-color: #074629; }
a { background-color: rgb(7,70,41); }
div.DivClassName
{
background-color: #074629;
}
.BgClassName
{
background-color: #074629;
}
</style>
border-color css
<style>
span { border-color: #074629; }
span { border-color: rgb(7,70,41); }
td.TdClassName
{
border-color: #074629;
}
.TagClassName
{
border-color: #074629;
}
</style>