Shades of British Racing Green #074530
Tints of British Racing Green #074530
RGB
CMYK
RGB Variations
Color information
#074530 (or 0x074530) is known color: British Racing Green. HEX triplet: 07, 45 and 30. RGB value is (7,69,48). Sum of RGB (Red+Green+Blue) = 7+69+48=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #074530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074530 is #F8BACF. Grayscale: #303030. Windows color (decimal): -16300752 or 3163399. OLE color: 3163399.
HSL color Cylindrical-coordinate representation of color #074530: hue angle of 159.68º 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 #074530 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 69 | 48 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.73 |
| HSL | 159.68º | 0.82% | 0.15% | - |
| HSV(B) | 159.68º | 0.9% | 0.27% | - |
| XYZ | 2.75 | 4.51 | 3.52 | - |
| YUV | 48.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 48 | 0.90 | 0 | 0.30 | 0.73 | 159.68 | 0.82 | 0.15 |
| Hex | 7 | 45 | 30 | 5A | 0 | 1E | 49 | A0 | 52 | F |
| Octal | 7 | 105 | 60 | 132 | 0 | 36 | 111 | 240 | 122 | 17 |
| Binary | 111 | 1000101 | 110000 | 1011010 | 0 | 11110 | 1001001 | 10100000 | 1010010 | 1111 |
Color Harmonies of #074530
Complementary color
Monochromatic Colors of #074530
Black with #074530
Text Example
Text Example
White with #074530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074530; }
p { color: rgb(7,69,48); }
H1.HeaderClassName
{
color: #074530;
}
.AnyTagClassName
{
color: #074530;
}
</style>
background-color css
<style>
a { background-color: #074530; }
a { background-color: rgb(7,69,48); }
div.DivClassName
{
background-color: #074530;
}
.BgClassName
{
background-color: #074530;
}
</style>
border-color css
<style>
span { border-color: #074530; }
span { border-color: rgb(7,69,48); }
td.TdClassName
{
border-color: #074530;
}
.TagClassName
{
border-color: #074530;
}
</style>