Shades of British Racing Green #074B28
Tints of British Racing Green #074B28
RGB
CMYK
RGB Variations
Color information
#074B28 (or 0x074B28) is known color: British Racing Green. HEX triplet: 07, 4B and 28. RGB value is (7,75,40). Sum of RGB (Red+Green+Blue) = 7+75+40=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #074B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B28 is #F8B4D7. Grayscale: #323232. Windows color (decimal): -16299224 or 2640647. OLE color: 2640647.
HSL color Cylindrical-coordinate representation of color #074B28: hue angle of 149.12º 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 #074B28 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 40 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.71 |
| HSL | 149.12º | 0.83% | 0.16% | - |
| HSV(B) | 149.12º | 0.91% | 0.29% | - |
| XYZ | 2.99 | 5.23 | 2.86 | - |
| YUV | 50.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 40 | 0.91 | 0 | 0.47 | 0.71 | 149.12 | 0.83 | 0.16 |
| Hex | 7 | 4B | 28 | 5B | 0 | 2F | 47 | 95 | 53 | 10 |
| Octal | 7 | 113 | 50 | 133 | 0 | 57 | 107 | 225 | 123 | 20 |
| Binary | 111 | 1001011 | 101000 | 1011011 | 0 | 101111 | 1000111 | 10010101 | 1010011 | 10000 |
Color Harmonies of #074B28
Complementary color
Monochromatic Colors of #074B28
Black with #074B28
Text Example
Text Example
White with #074B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B28; }
p { color: rgb(7,75,40); }
H1.HeaderClassName
{
color: #074B28;
}
.AnyTagClassName
{
color: #074B28;
}
</style>
background-color css
<style>
a { background-color: #074B28; }
a { background-color: rgb(7,75,40); }
div.DivClassName
{
background-color: #074B28;
}
.BgClassName
{
background-color: #074B28;
}
</style>
border-color css
<style>
span { border-color: #074B28; }
span { border-color: rgb(7,75,40); }
td.TdClassName
{
border-color: #074B28;
}
.TagClassName
{
border-color: #074B28;
}
</style>