Shades of British Racing Green #003712
Tints of British Racing Green #003712
RGB
CMYK
RGB Variations
Color information
#003712 (or 0x003712) is known color: British Racing Green. HEX triplet: 00, 37 and 12. RGB value is (0,55,18). Sum of RGB (Red+Green+Blue) = 0+55+18=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #003712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003712 is #FFC8ED. Grayscale: #222222. Windows color (decimal): -16763118 or 1193728. OLE color: 1193728.
HSL color Cylindrical-coordinate representation of color #003712: hue angle of 139.64º 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 #003712 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 18 | - |
| CMYK | 1 | 0 | 0.67 | 0.78 |
| HSL | 139.64º | 1% | 0.11% | - |
| HSV(B) | 139.64º | 1% | 0.22% | - |
| XYZ | 1.48 | 2.78 | 1.03 | - |
| YUV | 34.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 18 | 1 | 0 | 0.67 | 0.78 | 139.64 | 1 | 0.11 |
| Hex | 0 | 37 | 12 | 64 | 0 | 43 | 4E | 8C | 64 | B |
| Octal | 0 | 67 | 22 | 144 | 0 | 103 | 116 | 214 | 144 | 13 |
| Binary | 0 | 110111 | 10010 | 1100100 | 0 | 1000011 | 1001110 | 10001100 | 1100100 | 1011 |
Color Harmonies of #003712
Complementary color
Monochromatic Colors of #003712
Black with #003712
Text Example
Text Example
White with #003712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003712; }
p { color: rgb(0,55,18); }
H1.HeaderClassName
{
color: #003712;
}
.AnyTagClassName
{
color: #003712;
}
</style>
background-color css
<style>
a { background-color: #003712; }
a { background-color: rgb(0,55,18); }
div.DivClassName
{
background-color: #003712;
}
.BgClassName
{
background-color: #003712;
}
</style>
border-color css
<style>
span { border-color: #003712; }
span { border-color: rgb(0,55,18); }
td.TdClassName
{
border-color: #003712;
}
.TagClassName
{
border-color: #003712;
}
</style>