Shades of British Racing Green #074B24
Tints of British Racing Green #074B24
RGB
CMYK
RGB Variations
Color information
#074B24 (or 0x074B24) is known color: British Racing Green. HEX triplet: 07, 4B and 24. RGB value is (7,75,36). Sum of RGB (Red+Green+Blue) = 7+75+36=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 75 (29.69% from 255 or 63.56% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 75 - color contains mainly: green. Hex color #074B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B24 is #F8B4DB. Grayscale: #323232. Windows color (decimal): -16299228 or 2378503. OLE color: 2378503.
HSL color Cylindrical-coordinate representation of color #074B24: hue angle of 145.59º 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 #074B24 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 36 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.71 |
| HSL | 145.59º | 0.83% | 0.16% | - |
| HSV(B) | 145.59º | 0.91% | 0.29% | - |
| XYZ | 2.92 | 5.2 | 2.52 | - |
| YUV | 50.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 36 | 0.91 | 0 | 0.52 | 0.71 | 145.59 | 0.83 | 0.16 |
| Hex | 7 | 4B | 24 | 5B | 0 | 34 | 47 | 92 | 53 | 10 |
| Octal | 7 | 113 | 44 | 133 | 0 | 64 | 107 | 222 | 123 | 20 |
| Binary | 111 | 1001011 | 100100 | 1011011 | 0 | 110100 | 1000111 | 10010010 | 1010011 | 10000 |
Color Harmonies of #074B24
Complementary color
Monochromatic Colors of #074B24
Black with #074B24
Text Example
Text Example
White with #074B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B24; }
p { color: rgb(7,75,36); }
H1.HeaderClassName
{
color: #074B24;
}
.AnyTagClassName
{
color: #074B24;
}
</style>
background-color css
<style>
a { background-color: #074B24; }
a { background-color: rgb(7,75,36); }
div.DivClassName
{
background-color: #074B24;
}
.BgClassName
{
background-color: #074B24;
}
</style>
border-color css
<style>
span { border-color: #074B24; }
span { border-color: rgb(7,75,36); }
td.TdClassName
{
border-color: #074B24;
}
.TagClassName
{
border-color: #074B24;
}
</style>