Shades of British Racing Green #074824
Tints of British Racing Green #074824
RGB
CMYK
RGB Variations
Color information
#074824 (or 0x074824) is known color: British Racing Green. HEX triplet: 07, 48 and 24. RGB value is (7,72,36). Sum of RGB (Red+Green+Blue) = 7+72+36=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #074824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074824 is #F8B7DB. Grayscale: #303030. Windows color (decimal): -16299996 or 2377735. OLE color: 2377735.
HSL color Cylindrical-coordinate representation of color #074824: hue angle of 146.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074824 is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 36 | - |
| CMYK | 0.90 | 0 | 0.5 | 0.72 |
| HSL | 146.77º | 0.82% | 0.15% | - |
| HSV(B) | 146.77º | 0.9% | 0.28% | - |
| XYZ | 2.72 | 4.81 | 2.45 | - |
| YUV | 48.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 36 | 0.90 | 0 | 0.5 | 0.72 | 146.77 | 0.82 | 0.15 |
| Hex | 7 | 48 | 24 | 5A | 0 | 32 | 48 | 93 | 52 | F |
| Octal | 7 | 110 | 44 | 132 | 0 | 62 | 110 | 223 | 122 | 17 |
| Binary | 111 | 1001000 | 100100 | 1011010 | 0 | 110010 | 1001000 | 10010011 | 1010010 | 1111 |
Color Harmonies of #074824
Complementary color
Monochromatic Colors of #074824
Black with #074824
Text Example
Text Example
White with #074824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074824; }
p { color: rgb(7,72,36); }
H1.HeaderClassName
{
color: #074824;
}
.AnyTagClassName
{
color: #074824;
}
</style>
background-color css
<style>
a { background-color: #074824; }
a { background-color: rgb(7,72,36); }
div.DivClassName
{
background-color: #074824;
}
.BgClassName
{
background-color: #074824;
}
</style>
border-color css
<style>
span { border-color: #074824; }
span { border-color: rgb(7,72,36); }
td.TdClassName
{
border-color: #074824;
}
.TagClassName
{
border-color: #074824;
}
</style>