Shades of British Racing Green #013D1C
Tints of British Racing Green #013D1C
RGB
CMYK
RGB Variations
Color information
#013D1C (or 0x013D1C) is known color: British Racing Green. HEX triplet: 01, 3D and 1C. RGB value is (1,61,28). Sum of RGB (Red+Green+Blue) = 1+61+28=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 61 (24.22% from 255 or 67.78% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 61 - color contains mainly: green. Hex color #013D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D1C is #FEC2E3. Grayscale: #272727. Windows color (decimal): -16696036 or 1850625. OLE color: 1850625.
HSL color Cylindrical-coordinate representation of color #013D1C: hue angle of 147º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013D1C is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 28 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.76 |
| HSL | 147º | 0.97% | 0.12% | - |
| HSV(B) | 147º | 0.98% | 0.24% | - |
| XYZ | 1.89 | 3.43 | 1.66 | - |
| YUV | 39.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 28 | 0.98 | 0 | 0.54 | 0.76 | 147 | 0.97 | 0.12 |
| Hex | 1 | 3D | 1C | 62 | 0 | 36 | 4C | 93 | 61 | C |
| Octal | 1 | 75 | 34 | 142 | 0 | 66 | 114 | 223 | 141 | 14 |
| Binary | 1 | 111101 | 11100 | 1100010 | 0 | 110110 | 1001100 | 10010011 | 1100001 | 1100 |
Color Harmonies of #013D1C
Complementary color
Monochromatic Colors of #013D1C
Black with #013D1C
Text Example
Text Example
White with #013D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D1C; }
p { color: rgb(1,61,28); }
H1.HeaderClassName
{
color: #013D1C;
}
.AnyTagClassName
{
color: #013D1C;
}
</style>
background-color css
<style>
a { background-color: #013D1C; }
a { background-color: rgb(1,61,28); }
div.DivClassName
{
background-color: #013D1C;
}
.BgClassName
{
background-color: #013D1C;
}
</style>
border-color css
<style>
span { border-color: #013D1C; }
span { border-color: rgb(1,61,28); }
td.TdClassName
{
border-color: #013D1C;
}
.TagClassName
{
border-color: #013D1C;
}
</style>