Shades of British Racing Green #013D20
Tints of British Racing Green #013D20
RGB
CMYK
RGB Variations
Color information
#013D20 (or 0x013D20) is known color: British Racing Green. HEX triplet: 01, 3D and 20. RGB value is (1,61,32). Sum of RGB (Red+Green+Blue) = 1+61+32=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 61 (24.22% from 255 or 64.89% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 61 - color contains mainly: green. Hex color #013D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D20 is #FEC2DF. Grayscale: #272727. Windows color (decimal): -16696032 or 2112769. OLE color: 2112769.
HSL color Cylindrical-coordinate representation of color #013D20: hue angle of 151º 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 #013D20 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 32 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.76 |
| HSL | 151º | 0.97% | 0.12% | - |
| HSV(B) | 151º | 0.98% | 0.24% | - |
| XYZ | 1.94 | 3.45 | 1.93 | - |
| YUV | 39.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 32 | 0.98 | 0 | 0.48 | 0.76 | 151 | 0.97 | 0.12 |
| Hex | 1 | 3D | 20 | 62 | 0 | 30 | 4C | 97 | 61 | C |
| Octal | 1 | 75 | 40 | 142 | 0 | 60 | 114 | 227 | 141 | 14 |
| Binary | 1 | 111101 | 100000 | 1100010 | 0 | 110000 | 1001100 | 10010111 | 1100001 | 1100 |
Color Harmonies of #013D20
Complementary color
Monochromatic Colors of #013D20
Black with #013D20
Text Example
Text Example
White with #013D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D20; }
p { color: rgb(1,61,32); }
H1.HeaderClassName
{
color: #013D20;
}
.AnyTagClassName
{
color: #013D20;
}
</style>
background-color css
<style>
a { background-color: #013D20; }
a { background-color: rgb(1,61,32); }
div.DivClassName
{
background-color: #013D20;
}
.BgClassName
{
background-color: #013D20;
}
</style>
border-color css
<style>
span { border-color: #013D20; }
span { border-color: rgb(1,61,32); }
td.TdClassName
{
border-color: #013D20;
}
.TagClassName
{
border-color: #013D20;
}
</style>