Shades of British Racing Green #003911
Tints of British Racing Green #003911
RGB
CMYK
RGB Variations
Color information
#003911 (or 0x003911) is known color: British Racing Green. HEX triplet: 00, 39 and 11. RGB value is (0,57,17). Sum of RGB (Red+Green+Blue) = 0+57+17=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 57 (22.66% from 255 or 77.03% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 57 - color contains mainly: green. Hex color #003911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003911 is #FFC6EE. Grayscale: #232323. Windows color (decimal): -16762607 or 1128704. OLE color: 1128704.
HSL color Cylindrical-coordinate representation of color #003911: hue angle of 137.89º 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 #003911 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 17 | - |
| CMYK | 1 | 0 | 0.70 | 0.78 |
| HSL | 137.89º | 1% | 0.11% | - |
| HSV(B) | 137.89º | 1% | 0.22% | - |
| XYZ | 1.56 | 2.97 | 1.02 | - |
| YUV | 35.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 17 | 1 | 0 | 0.70 | 0.78 | 137.89 | 1 | 0.11 |
| Hex | 0 | 39 | 11 | 64 | 0 | 46 | 4E | 8A | 64 | B |
| Octal | 0 | 71 | 21 | 144 | 0 | 106 | 116 | 212 | 144 | 13 |
| Binary | 0 | 111001 | 10001 | 1100100 | 0 | 1000110 | 1001110 | 10001010 | 1100100 | 1011 |
Color Harmonies of #003911
Complementary color
Monochromatic Colors of #003911
Black with #003911
Text Example
Text Example
White with #003911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003911; }
p { color: rgb(0,57,17); }
H1.HeaderClassName
{
color: #003911;
}
.AnyTagClassName
{
color: #003911;
}
</style>
background-color css
<style>
a { background-color: #003911; }
a { background-color: rgb(0,57,17); }
div.DivClassName
{
background-color: #003911;
}
.BgClassName
{
background-color: #003911;
}
</style>
border-color css
<style>
span { border-color: #003911; }
span { border-color: rgb(0,57,17); }
td.TdClassName
{
border-color: #003911;
}
.TagClassName
{
border-color: #003911;
}
</style>