Shades of British Racing Green #013D19
Tints of British Racing Green #013D19
RGB
CMYK
RGB Variations
Color information
#013D19 (or 0x013D19) is known color: British Racing Green. HEX triplet: 01, 3D and 19. RGB value is (1,61,25). Sum of RGB (Red+Green+Blue) = 1+61+25=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 61 (24.22% from 255 or 70.11% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 61 - color contains mainly: green. Hex color #013D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D19 is #FEC2E6. Grayscale: #272727. Windows color (decimal): -16696039 or 1654017. OLE color: 1654017.
HSL color Cylindrical-coordinate representation of color #013D19: hue angle of 144º 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 #013D19 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 25 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.76 |
| HSL | 144º | 0.97% | 0.12% | - |
| HSV(B) | 144º | 0.98% | 0.24% | - |
| XYZ | 1.86 | 3.41 | 1.48 | - |
| YUV | 38.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 25 | 0.98 | 0 | 0.59 | 0.76 | 144 | 0.97 | 0.12 |
| Hex | 1 | 3D | 19 | 62 | 0 | 3B | 4C | 90 | 61 | C |
| Octal | 1 | 75 | 31 | 142 | 0 | 73 | 114 | 220 | 141 | 14 |
| Binary | 1 | 111101 | 11001 | 1100010 | 0 | 111011 | 1001100 | 10010000 | 1100001 | 1100 |
Color Harmonies of #013D19
Complementary color
Monochromatic Colors of #013D19
Black with #013D19
Text Example
Text Example
White with #013D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D19; }
p { color: rgb(1,61,25); }
H1.HeaderClassName
{
color: #013D19;
}
.AnyTagClassName
{
color: #013D19;
}
</style>
background-color css
<style>
a { background-color: #013D19; }
a { background-color: rgb(1,61,25); }
div.DivClassName
{
background-color: #013D19;
}
.BgClassName
{
background-color: #013D19;
}
</style>
border-color css
<style>
span { border-color: #013D19; }
span { border-color: rgb(1,61,25); }
td.TdClassName
{
border-color: #013D19;
}
.TagClassName
{
border-color: #013D19;
}
</style>