Shades of British Racing Green #013D1D
Tints of British Racing Green #013D1D
RGB
CMYK
RGB Variations
Color information
#013D1D (or 0x013D1D) is known color: British Racing Green. HEX triplet: 01, 3D and 1D. RGB value is (1,61,29). Sum of RGB (Red+Green+Blue) = 1+61+29=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 61 (24.22% from 255 or 67.03% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 61 - color contains mainly: green. Hex color #013D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D1D is #FEC2E2. Grayscale: #272727. Windows color (decimal): -16696035 or 1916161. OLE color: 1916161.
HSL color Cylindrical-coordinate representation of color #013D1D: hue angle of 148º 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 #013D1D is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 29 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.76 |
| HSL | 148º | 0.97% | 0.12% | - |
| HSV(B) | 148º | 0.98% | 0.24% | - |
| XYZ | 1.9 | 3.43 | 1.72 | - |
| YUV | 39.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 29 | 0.98 | 0 | 0.52 | 0.76 | 148 | 0.97 | 0.12 |
| Hex | 1 | 3D | 1D | 62 | 0 | 34 | 4C | 94 | 61 | C |
| Octal | 1 | 75 | 35 | 142 | 0 | 64 | 114 | 224 | 141 | 14 |
| Binary | 1 | 111101 | 11101 | 1100010 | 0 | 110100 | 1001100 | 10010100 | 1100001 | 1100 |
Color Harmonies of #013D1D
Complementary color
Monochromatic Colors of #013D1D
Black with #013D1D
Text Example
Text Example
White with #013D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D1D; }
p { color: rgb(1,61,29); }
H1.HeaderClassName
{
color: #013D1D;
}
.AnyTagClassName
{
color: #013D1D;
}
</style>
background-color css
<style>
a { background-color: #013D1D; }
a { background-color: rgb(1,61,29); }
div.DivClassName
{
background-color: #013D1D;
}
.BgClassName
{
background-color: #013D1D;
}
</style>
border-color css
<style>
span { border-color: #013D1D; }
span { border-color: rgb(1,61,29); }
td.TdClassName
{
border-color: #013D1D;
}
.TagClassName
{
border-color: #013D1D;
}
</style>