Shades of British Racing Green #073C22
Tints of British Racing Green #073C22
RGB
CMYK
RGB Variations
Color information
#073C22 (or 0x073C22) is known color: British Racing Green. HEX triplet: 07, 3C and 22. RGB value is (7,60,34). Sum of RGB (Red+Green+Blue) = 7+60+34=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 60 (23.83% from 255 or 59.41% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 60 - color contains mainly: green. Hex color #073C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C22 is #F8C3DD. Grayscale: #292929. Windows color (decimal): -16303070 or 2243591. OLE color: 2243591.
HSL color Cylindrical-coordinate representation of color #073C22: hue angle of 150.57º 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 #073C22 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 34 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.76 |
| HSL | 150.57º | 0.79% | 0.13% | - |
| HSV(B) | 150.57º | 0.88% | 0.24% | - |
| XYZ | 1.99 | 3.39 | 2.06 | - |
| YUV | 41.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 34 | 0.88 | 0 | 0.43 | 0.76 | 150.57 | 0.79 | 0.13 |
| Hex | 7 | 3C | 22 | 58 | 0 | 2B | 4C | 97 | 4F | D |
| Octal | 7 | 74 | 42 | 130 | 0 | 53 | 114 | 227 | 117 | 15 |
| Binary | 111 | 111100 | 100010 | 1011000 | 0 | 101011 | 1001100 | 10010111 | 1001111 | 1101 |
Color Harmonies of #073C22
Complementary color
Monochromatic Colors of #073C22
Black with #073C22
Text Example
Text Example
White with #073C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C22; }
p { color: rgb(7,60,34); }
H1.HeaderClassName
{
color: #073C22;
}
.AnyTagClassName
{
color: #073C22;
}
</style>
background-color css
<style>
a { background-color: #073C22; }
a { background-color: rgb(7,60,34); }
div.DivClassName
{
background-color: #073C22;
}
.BgClassName
{
background-color: #073C22;
}
</style>
border-color css
<style>
span { border-color: #073C22; }
span { border-color: rgb(7,60,34); }
td.TdClassName
{
border-color: #073C22;
}
.TagClassName
{
border-color: #073C22;
}
</style>