Shades of British Racing Green #013D2D
Tints of British Racing Green #013D2D
RGB
CMYK
RGB Variations
Color information
#013D2D (or 0x013D2D) is known color: British Racing Green. HEX triplet: 01, 3D and 2D. RGB value is (1,61,45). Sum of RGB (Red+Green+Blue) = 1+61+45=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 61 (24.22% from 255 or 57.01% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 61 - color contains mainly: green. Hex color #013D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D2D is #FEC2D2. Grayscale: #292929. Windows color (decimal): -16696019 or 2964737. OLE color: 2964737.
HSL color Cylindrical-coordinate representation of color #013D2D: hue angle of 164º 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 #013D2D is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 45 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.76 |
| HSL | 164º | 0.97% | 0.12% | - |
| HSV(B) | 164º | 0.98% | 0.24% | - |
| XYZ | 2.15 | 3.53 | 3.05 | - |
| YUV | 41.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 45 | 0.98 | 0 | 0.26 | 0.76 | 164 | 0.97 | 0.12 |
| Hex | 1 | 3D | 2D | 62 | 0 | 1A | 4C | A4 | 61 | C |
| Octal | 1 | 75 | 55 | 142 | 0 | 32 | 114 | 244 | 141 | 14 |
| Binary | 1 | 111101 | 101101 | 1100010 | 0 | 11010 | 1001100 | 10100100 | 1100001 | 1100 |
Color Harmonies of #013D2D
Complementary color
Monochromatic Colors of #013D2D
Black with #013D2D
Text Example
Text Example
White with #013D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D2D; }
p { color: rgb(1,61,45); }
H1.HeaderClassName
{
color: #013D2D;
}
.AnyTagClassName
{
color: #013D2D;
}
</style>
background-color css
<style>
a { background-color: #013D2D; }
a { background-color: rgb(1,61,45); }
div.DivClassName
{
background-color: #013D2D;
}
.BgClassName
{
background-color: #013D2D;
}
</style>
border-color css
<style>
span { border-color: #013D2D; }
span { border-color: rgb(1,61,45); }
td.TdClassName
{
border-color: #013D2D;
}
.TagClassName
{
border-color: #013D2D;
}
</style>