Shades of British Racing Green #003711
Tints of British Racing Green #003711
RGB
CMYK
RGB Variations
Color information
#003711 (or 0x003711) is known color: British Racing Green. HEX triplet: 00, 37 and 11. RGB value is (0,55,17). Sum of RGB (Red+Green+Blue) = 0+55+17=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 55 (21.88% from 255 or 76.39% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 55 - color contains mainly: green. Hex color #003711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003711 is #FFC8EE. Grayscale: #222222. Windows color (decimal): -16763119 or 1128192. OLE color: 1128192.
HSL color Cylindrical-coordinate representation of color #003711: hue angle of 138.55º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003711 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 17 | - |
| CMYK | 1 | 0 | 0.69 | 0.78 |
| HSL | 138.55º | 1% | 0.11% | - |
| HSV(B) | 138.55º | 1% | 0.22% | - |
| XYZ | 1.47 | 2.77 | 0.99 | - |
| YUV | 34.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 17 | 1 | 0 | 0.69 | 0.78 | 138.55 | 1 | 0.11 |
| Hex | 0 | 37 | 11 | 64 | 0 | 45 | 4E | 8B | 64 | B |
| Octal | 0 | 67 | 21 | 144 | 0 | 105 | 116 | 213 | 144 | 13 |
| Binary | 0 | 110111 | 10001 | 1100100 | 0 | 1000101 | 1001110 | 10001011 | 1100100 | 1011 |
Color Harmonies of #003711
Complementary color
Monochromatic Colors of #003711
Black with #003711
Text Example
Text Example
White with #003711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003711; }
p { color: rgb(0,55,17); }
H1.HeaderClassName
{
color: #003711;
}
.AnyTagClassName
{
color: #003711;
}
</style>
background-color css
<style>
a { background-color: #003711; }
a { background-color: rgb(0,55,17); }
div.DivClassName
{
background-color: #003711;
}
.BgClassName
{
background-color: #003711;
}
</style>
border-color css
<style>
span { border-color: #003711; }
span { border-color: rgb(0,55,17); }
td.TdClassName
{
border-color: #003711;
}
.TagClassName
{
border-color: #003711;
}
</style>