Shades of British Racing Green #013F1D
Tints of British Racing Green #013F1D
RGB
CMYK
RGB Variations
Color information
#013F1D (or 0x013F1D) is known color: British Racing Green. HEX triplet: 01, 3F and 1D. RGB value is (1,63,29). Sum of RGB (Red+Green+Blue) = 1+63+29=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 63 (25% from 255 or 67.74% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 63 - color contains mainly: green. Hex color #013F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F1D is #FEC0E2. Grayscale: #282828. Windows color (decimal): -16695523 or 1916673. OLE color: 1916673.
HSL color Cylindrical-coordinate representation of color #013F1D: hue angle of 147.1º 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 #013F1D is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 29 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.75 |
| HSL | 147.1º | 0.97% | 0.13% | - |
| HSV(B) | 147.1º | 0.98% | 0.25% | - |
| XYZ | 2.01 | 3.65 | 1.76 | - |
| YUV | 40.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 29 | 0.98 | 0 | 0.54 | 0.75 | 147.1 | 0.97 | 0.13 |
| Hex | 1 | 3F | 1D | 62 | 0 | 36 | 4B | 93 | 61 | D |
| Octal | 1 | 77 | 35 | 142 | 0 | 66 | 113 | 223 | 141 | 15 |
| Binary | 1 | 111111 | 11101 | 1100010 | 0 | 110110 | 1001011 | 10010011 | 1100001 | 1101 |
Color Harmonies of #013F1D
Complementary color
Monochromatic Colors of #013F1D
Black with #013F1D
Text Example
Text Example
White with #013F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F1D; }
p { color: rgb(1,63,29); }
H1.HeaderClassName
{
color: #013F1D;
}
.AnyTagClassName
{
color: #013F1D;
}
</style>
background-color css
<style>
a { background-color: #013F1D; }
a { background-color: rgb(1,63,29); }
div.DivClassName
{
background-color: #013F1D;
}
.BgClassName
{
background-color: #013F1D;
}
</style>
border-color css
<style>
span { border-color: #013F1D; }
span { border-color: rgb(1,63,29); }
td.TdClassName
{
border-color: #013F1D;
}
.TagClassName
{
border-color: #013F1D;
}
</style>