Shades of British Racing Green #013D21
Tints of British Racing Green #013D21
RGB
CMYK
RGB Variations
Color information
#013D21 (or 0x013D21) is known color: British Racing Green. HEX triplet: 01, 3D and 21. RGB value is (1,61,33). Sum of RGB (Red+Green+Blue) = 1+61+33=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #013D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D21 is #FEC2DE. Grayscale: #272727. Windows color (decimal): -16696031 or 2178305. OLE color: 2178305.
HSL color Cylindrical-coordinate representation of color #013D21: hue angle of 152º 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 #013D21 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 33 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.76 |
| HSL | 152º | 0.97% | 0.12% | - |
| HSV(B) | 152º | 0.98% | 0.24% | - |
| XYZ | 1.96 | 3.45 | 2 | - |
| YUV | 39.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 33 | 0.98 | 0 | 0.46 | 0.76 | 152 | 0.97 | 0.12 |
| Hex | 1 | 3D | 21 | 62 | 0 | 2E | 4C | 98 | 61 | C |
| Octal | 1 | 75 | 41 | 142 | 0 | 56 | 114 | 230 | 141 | 14 |
| Binary | 1 | 111101 | 100001 | 1100010 | 0 | 101110 | 1001100 | 10011000 | 1100001 | 1100 |
Color Harmonies of #013D21
Complementary color
Monochromatic Colors of #013D21
Black with #013D21
Text Example
Text Example
White with #013D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D21; }
p { color: rgb(1,61,33); }
H1.HeaderClassName
{
color: #013D21;
}
.AnyTagClassName
{
color: #013D21;
}
</style>
background-color css
<style>
a { background-color: #013D21; }
a { background-color: rgb(1,61,33); }
div.DivClassName
{
background-color: #013D21;
}
.BgClassName
{
background-color: #013D21;
}
</style>
border-color css
<style>
span { border-color: #013D21; }
span { border-color: rgb(1,61,33); }
td.TdClassName
{
border-color: #013D21;
}
.TagClassName
{
border-color: #013D21;
}
</style>