Shades of British Racing Green #074825
Tints of British Racing Green #074825
RGB
CMYK
RGB Variations
Color information
#074825 (or 0x074825) is known color: British Racing Green. HEX triplet: 07, 48 and 25. RGB value is (7,72,37). Sum of RGB (Red+Green+Blue) = 7+72+37=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #074825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074825 is #F8B7DA. Grayscale: #303030. Windows color (decimal): -16299995 or 2443271. OLE color: 2443271.
HSL color Cylindrical-coordinate representation of color #074825: hue angle of 147.69º 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 #074825 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 37 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.72 |
| HSL | 147.69º | 0.82% | 0.15% | - |
| HSV(B) | 147.69º | 0.9% | 0.28% | - |
| XYZ | 2.74 | 4.81 | 2.54 | - |
| YUV | 48.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 37 | 0.90 | 0 | 0.49 | 0.72 | 147.69 | 0.82 | 0.15 |
| Hex | 7 | 48 | 25 | 5A | 0 | 31 | 48 | 94 | 52 | F |
| Octal | 7 | 110 | 45 | 132 | 0 | 61 | 110 | 224 | 122 | 17 |
| Binary | 111 | 1001000 | 100101 | 1011010 | 0 | 110001 | 1001000 | 10010100 | 1010010 | 1111 |
Color Harmonies of #074825
Complementary color
Monochromatic Colors of #074825
Black with #074825
Text Example
Text Example
White with #074825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074825; }
p { color: rgb(7,72,37); }
H1.HeaderClassName
{
color: #074825;
}
.AnyTagClassName
{
color: #074825;
}
</style>
background-color css
<style>
a { background-color: #074825; }
a { background-color: rgb(7,72,37); }
div.DivClassName
{
background-color: #074825;
}
.BgClassName
{
background-color: #074825;
}
</style>
border-color css
<style>
span { border-color: #074825; }
span { border-color: rgb(7,72,37); }
td.TdClassName
{
border-color: #074825;
}
.TagClassName
{
border-color: #074825;
}
</style>