Shades of British Racing Green #013F20
Tints of British Racing Green #013F20
RGB
CMYK
RGB Variations
Color information
#013F20 (or 0x013F20) is known color: British Racing Green. HEX triplet: 01, 3F and 20. RGB value is (1,63,32). Sum of RGB (Red+Green+Blue) = 1+63+32=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 63 (25% from 255 or 65.62% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 63 - color contains mainly: green. Hex color #013F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F20 is #FEC0DF. Grayscale: #282828. Windows color (decimal): -16695520 or 2113281. OLE color: 2113281.
HSL color Cylindrical-coordinate representation of color #013F20: hue angle of 150º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F20 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 32 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.75 |
| HSL | 150º | 0.97% | 0.13% | - |
| HSV(B) | 150º | 0.98% | 0.25% | - |
| XYZ | 2.05 | 3.67 | 1.97 | - |
| YUV | 40.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 32 | 0.98 | 0 | 0.49 | 0.75 | 150 | 0.97 | 0.13 |
| Hex | 1 | 3F | 20 | 62 | 0 | 31 | 4B | 96 | 61 | D |
| Octal | 1 | 77 | 40 | 142 | 0 | 61 | 113 | 226 | 141 | 15 |
| Binary | 1 | 111111 | 100000 | 1100010 | 0 | 110001 | 1001011 | 10010110 | 1100001 | 1101 |
Color Harmonies of #013F20
Complementary color
Monochromatic Colors of #013F20
Black with #013F20
Text Example
Text Example
White with #013F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F20; }
p { color: rgb(1,63,32); }
H1.HeaderClassName
{
color: #013F20;
}
.AnyTagClassName
{
color: #013F20;
}
</style>
background-color css
<style>
a { background-color: #013F20; }
a { background-color: rgb(1,63,32); }
div.DivClassName
{
background-color: #013F20;
}
.BgClassName
{
background-color: #013F20;
}
</style>
border-color css
<style>
span { border-color: #013F20; }
span { border-color: rgb(1,63,32); }
td.TdClassName
{
border-color: #013F20;
}
.TagClassName
{
border-color: #013F20;
}
</style>