Shades of British Racing Green #073C2F
Tints of British Racing Green #073C2F
RGB
CMYK
RGB Variations
Color information
#073C2F (or 0x073C2F) is known color: British Racing Green. HEX triplet: 07, 3C and 2F. RGB value is (7,60,47). Sum of RGB (Red+Green+Blue) = 7+60+47=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #073C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C2F is #F8C3D0. Grayscale: #2A2A2A. Windows color (decimal): -16303057 or 3095559. OLE color: 3095559.
HSL color Cylindrical-coordinate representation of color #073C2F: hue angle of 165.28º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C2F is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 47 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.76 |
| HSL | 165.28º | 0.79% | 0.13% | - |
| HSV(B) | 165.28º | 0.88% | 0.24% | - |
| XYZ | 2.22 | 3.48 | 3.24 | - |
| YUV | 42.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 47 | 0.88 | 0 | 0.22 | 0.76 | 165.28 | 0.79 | 0.13 |
| Hex | 7 | 3C | 2F | 58 | 0 | 16 | 4C | A5 | 4F | D |
| Octal | 7 | 74 | 57 | 130 | 0 | 26 | 114 | 245 | 117 | 15 |
| Binary | 111 | 111100 | 101111 | 1011000 | 0 | 10110 | 1001100 | 10100101 | 1001111 | 1101 |
Color Harmonies of #073C2F
Complementary color
Monochromatic Colors of #073C2F
Black with #073C2F
Text Example
Text Example
White with #073C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C2F; }
p { color: rgb(7,60,47); }
H1.HeaderClassName
{
color: #073C2F;
}
.AnyTagClassName
{
color: #073C2F;
}
</style>
background-color css
<style>
a { background-color: #073C2F; }
a { background-color: rgb(7,60,47); }
div.DivClassName
{
background-color: #073C2F;
}
.BgClassName
{
background-color: #073C2F;
}
</style>
border-color css
<style>
span { border-color: #073C2F; }
span { border-color: rgb(7,60,47); }
td.TdClassName
{
border-color: #073C2F;
}
.TagClassName
{
border-color: #073C2F;
}
</style>