Shades of British Racing Green #013D29
Tints of British Racing Green #013D29
RGB
CMYK
RGB Variations
Color information
#013D29 (or 0x013D29) is known color: British Racing Green. HEX triplet: 01, 3D and 29. RGB value is (1,61,41). Sum of RGB (Red+Green+Blue) = 1+61+41=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #013D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D29 is #FEC2D6. Grayscale: #282828. Windows color (decimal): -16696023 or 2702593. OLE color: 2702593.
HSL color Cylindrical-coordinate representation of color #013D29: hue angle of 160º 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 #013D29 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 41 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.76 |
| HSL | 160º | 0.97% | 0.12% | - |
| HSV(B) | 160º | 0.98% | 0.24% | - |
| XYZ | 2.08 | 3.5 | 2.66 | - |
| YUV | 40.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 41 | 0.98 | 0 | 0.33 | 0.76 | 160 | 0.97 | 0.12 |
| Hex | 1 | 3D | 29 | 62 | 0 | 21 | 4C | A0 | 61 | C |
| Octal | 1 | 75 | 51 | 142 | 0 | 41 | 114 | 240 | 141 | 14 |
| Binary | 1 | 111101 | 101001 | 1100010 | 0 | 100001 | 1001100 | 10100000 | 1100001 | 1100 |
Color Harmonies of #013D29
Complementary color
Monochromatic Colors of #013D29
Black with #013D29
Text Example
Text Example
White with #013D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D29; }
p { color: rgb(1,61,41); }
H1.HeaderClassName
{
color: #013D29;
}
.AnyTagClassName
{
color: #013D29;
}
</style>
background-color css
<style>
a { background-color: #013D29; }
a { background-color: rgb(1,61,41); }
div.DivClassName
{
background-color: #013D29;
}
.BgClassName
{
background-color: #013D29;
}
</style>
border-color css
<style>
span { border-color: #013D29; }
span { border-color: rgb(1,61,41); }
td.TdClassName
{
border-color: #013D29;
}
.TagClassName
{
border-color: #013D29;
}
</style>