Shades of British Racing Green #013712
Tints of British Racing Green #013712
RGB
CMYK
RGB Variations
Color information
#013712 (or 0x013712) is known color: British Racing Green. HEX triplet: 01, 37 and 12. RGB value is (1,55,18). Sum of RGB (Red+Green+Blue) = 1+55+18=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #013712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013712 is #FEC8ED. Grayscale: #222222. Windows color (decimal): -16697582 or 1193729. OLE color: 1193729.
HSL color Cylindrical-coordinate representation of color #013712: hue angle of 138.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013712 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 18 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.78 |
| HSL | 138.89º | 0.96% | 0.11% | - |
| HSV(B) | 138.89º | 0.98% | 0.22% | - |
| XYZ | 1.49 | 2.78 | 1.03 | - |
| YUV | 34.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 18 | 0.98 | 0 | 0.67 | 0.78 | 138.89 | 0.96 | 0.11 |
| Hex | 1 | 37 | 12 | 62 | 0 | 43 | 4E | 8B | 60 | B |
| Octal | 1 | 67 | 22 | 142 | 0 | 103 | 116 | 213 | 140 | 13 |
| Binary | 1 | 110111 | 10010 | 1100010 | 0 | 1000011 | 1001110 | 10001011 | 1100000 | 1011 |
Color Harmonies of #013712
Complementary color
Monochromatic Colors of #013712
Black with #013712
Text Example
Text Example
White with #013712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013712; }
p { color: rgb(1,55,18); }
H1.HeaderClassName
{
color: #013712;
}
.AnyTagClassName
{
color: #013712;
}
</style>
background-color css
<style>
a { background-color: #013712; }
a { background-color: rgb(1,55,18); }
div.DivClassName
{
background-color: #013712;
}
.BgClassName
{
background-color: #013712;
}
</style>
border-color css
<style>
span { border-color: #013712; }
span { border-color: rgb(1,55,18); }
td.TdClassName
{
border-color: #013712;
}
.TagClassName
{
border-color: #013712;
}
</style>