Shades of British Racing Green #074C2F
Tints of British Racing Green #074C2F
RGB
CMYK
RGB Variations
Color information
#074C2F (or 0x074C2F) is known color: British Racing Green. HEX triplet: 07, 4C and 2F. RGB value is (7,76,47). Sum of RGB (Red+Green+Blue) = 7+76+47=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #074C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C2F is #F8B3D0. Grayscale: #343434. Windows color (decimal): -16298961 or 3099655. OLE color: 3099655.
HSL color Cylindrical-coordinate representation of color #074C2F: hue angle of 154.78º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C2F is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 47 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.70 |
| HSL | 154.78º | 0.83% | 0.16% | - |
| HSV(B) | 154.78º | 0.91% | 0.3% | - |
| XYZ | 3.19 | 5.42 | 3.57 | - |
| YUV | 52.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 47 | 0.91 | 0 | 0.38 | 0.70 | 154.78 | 0.83 | 0.16 |
| Hex | 7 | 4C | 2F | 5B | 0 | 26 | 46 | 9B | 53 | 10 |
| Octal | 7 | 114 | 57 | 133 | 0 | 46 | 106 | 233 | 123 | 20 |
| Binary | 111 | 1001100 | 101111 | 1011011 | 0 | 100110 | 1000110 | 10011011 | 1010011 | 10000 |
Color Harmonies of #074C2F
Complementary color
Monochromatic Colors of #074C2F
Black with #074C2F
Text Example
Text Example
White with #074C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C2F; }
p { color: rgb(7,76,47); }
H1.HeaderClassName
{
color: #074C2F;
}
.AnyTagClassName
{
color: #074C2F;
}
</style>
background-color css
<style>
a { background-color: #074C2F; }
a { background-color: rgb(7,76,47); }
div.DivClassName
{
background-color: #074C2F;
}
.BgClassName
{
background-color: #074C2F;
}
</style>
border-color css
<style>
span { border-color: #074C2F; }
span { border-color: rgb(7,76,47); }
td.TdClassName
{
border-color: #074C2F;
}
.TagClassName
{
border-color: #074C2F;
}
</style>