Shades of British Racing Green #013B1D
Tints of British Racing Green #013B1D
RGB
CMYK
RGB Variations
Color information
#013B1D (or 0x013B1D) is known color: British Racing Green. HEX triplet: 01, 3B and 1D. RGB value is (1,59,29). Sum of RGB (Red+Green+Blue) = 1+59+29=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #013B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B1D is #FEC4E2. Grayscale: #262626. Windows color (decimal): -16696547 or 1915649. OLE color: 1915649.
HSL color Cylindrical-coordinate representation of color #013B1D: hue angle of 148.97º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B1D is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 59 | 29 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.77 |
| HSL | 148.97º | 0.97% | 0.12% | - |
| HSV(B) | 148.97º | 0.98% | 0.23% | - |
| XYZ | 1.8 | 3.22 | 1.69 | - |
| YUV | 38.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 29 | 0.98 | 0 | 0.51 | 0.77 | 148.97 | 0.97 | 0.12 |
| Hex | 1 | 3B | 1D | 62 | 0 | 33 | 4D | 95 | 61 | C |
| Octal | 1 | 73 | 35 | 142 | 0 | 63 | 115 | 225 | 141 | 14 |
| Binary | 1 | 111011 | 11101 | 1100010 | 0 | 110011 | 1001101 | 10010101 | 1100001 | 1100 |
Color Harmonies of #013B1D
Complementary color
Monochromatic Colors of #013B1D
Black with #013B1D
Text Example
Text Example
White with #013B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B1D; }
p { color: rgb(1,59,29); }
H1.HeaderClassName
{
color: #013B1D;
}
.AnyTagClassName
{
color: #013B1D;
}
</style>
background-color css
<style>
a { background-color: #013B1D; }
a { background-color: rgb(1,59,29); }
div.DivClassName
{
background-color: #013B1D;
}
.BgClassName
{
background-color: #013B1D;
}
</style>
border-color css
<style>
span { border-color: #013B1D; }
span { border-color: rgb(1,59,29); }
td.TdClassName
{
border-color: #013B1D;
}
.TagClassName
{
border-color: #013B1D;
}
</style>