Shades of British Racing Green #013F1C
Tints of British Racing Green #013F1C
RGB
CMYK
RGB Variations
Color information
#013F1C (or 0x013F1C) is known color: British Racing Green. HEX triplet: 01, 3F and 1C. RGB value is (1,63,28). Sum of RGB (Red+Green+Blue) = 1+63+28=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 63 (25% from 255 or 68.48% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 63 - color contains mainly: green. Hex color #013F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F1C is #FEC0E3. Grayscale: #282828. Windows color (decimal): -16695524 or 1851137. OLE color: 1851137.
HSL color Cylindrical-coordinate representation of color #013F1C: hue angle of 146.13º 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 #013F1C is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 28 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.75 |
| HSL | 146.13º | 0.97% | 0.13% | - |
| HSV(B) | 146.13º | 0.98% | 0.25% | - |
| XYZ | 2 | 3.65 | 1.7 | - |
| YUV | 40.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 28 | 0.98 | 0 | 0.56 | 0.75 | 146.13 | 0.97 | 0.13 |
| Hex | 1 | 3F | 1C | 62 | 0 | 38 | 4B | 92 | 61 | D |
| Octal | 1 | 77 | 34 | 142 | 0 | 70 | 113 | 222 | 141 | 15 |
| Binary | 1 | 111111 | 11100 | 1100010 | 0 | 111000 | 1001011 | 10010010 | 1100001 | 1101 |
Color Harmonies of #013F1C
Complementary color
Monochromatic Colors of #013F1C
Black with #013F1C
Text Example
Text Example
White with #013F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F1C; }
p { color: rgb(1,63,28); }
H1.HeaderClassName
{
color: #013F1C;
}
.AnyTagClassName
{
color: #013F1C;
}
</style>
background-color css
<style>
a { background-color: #013F1C; }
a { background-color: rgb(1,63,28); }
div.DivClassName
{
background-color: #013F1C;
}
.BgClassName
{
background-color: #013F1C;
}
</style>
border-color css
<style>
span { border-color: #013F1C; }
span { border-color: rgb(1,63,28); }
td.TdClassName
{
border-color: #013F1C;
}
.TagClassName
{
border-color: #013F1C;
}
</style>