Shades of British Racing Green #013A1C
Tints of British Racing Green #013A1C
RGB
CMYK
RGB Variations
Color information
#013A1C (or 0x013A1C) is known color: British Racing Green. HEX triplet: 01, 3A and 1C. RGB value is (1,58,28). Sum of RGB (Red+Green+Blue) = 1+58+28=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 58 (23.05% from 255 or 66.67% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 58 - color contains mainly: green. Hex color #013A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A1C is #FEC5E3. Grayscale: #252525. Windows color (decimal): -16696804 or 1849857. OLE color: 1849857.
HSL color Cylindrical-coordinate representation of color #013A1C: hue angle of 148.42º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A1C is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 58 | 28 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.77 |
| HSL | 148.42º | 0.97% | 0.12% | - |
| HSV(B) | 148.42º | 0.98% | 0.23% | - |
| XYZ | 1.74 | 3.12 | 1.61 | - |
| YUV | 37.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 28 | 0.98 | 0 | 0.52 | 0.77 | 148.42 | 0.97 | 0.12 |
| Hex | 1 | 3A | 1C | 62 | 0 | 34 | 4D | 94 | 61 | C |
| Octal | 1 | 72 | 34 | 142 | 0 | 64 | 115 | 224 | 141 | 14 |
| Binary | 1 | 111010 | 11100 | 1100010 | 0 | 110100 | 1001101 | 10010100 | 1100001 | 1100 |
Color Harmonies of #013A1C
Complementary color
Monochromatic Colors of #013A1C
Black with #013A1C
Text Example
Text Example
White with #013A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A1C; }
p { color: rgb(1,58,28); }
H1.HeaderClassName
{
color: #013A1C;
}
.AnyTagClassName
{
color: #013A1C;
}
</style>
background-color css
<style>
a { background-color: #013A1C; }
a { background-color: rgb(1,58,28); }
div.DivClassName
{
background-color: #013A1C;
}
.BgClassName
{
background-color: #013A1C;
}
</style>
border-color css
<style>
span { border-color: #013A1C; }
span { border-color: rgb(1,58,28); }
td.TdClassName
{
border-color: #013A1C;
}
.TagClassName
{
border-color: #013A1C;
}
</style>