Shades of British Racing Green #013A1B
Tints of British Racing Green #013A1B
RGB
CMYK
RGB Variations
Color information
#013A1B (or 0x013A1B) is known color: British Racing Green. HEX triplet: 01, 3A and 1B. RGB value is (1,58,27). Sum of RGB (Red+Green+Blue) = 1+58+27=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 58 (23.05% from 255 or 67.44% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 58 - color contains mainly: green. Hex color #013A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A1B is #FEC5E4. Grayscale: #252525. Windows color (decimal): -16696805 or 1784321. OLE color: 1784321.
HSL color Cylindrical-coordinate representation of color #013A1B: hue angle of 147.37º 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 #013A1B is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 58 | 27 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.77 |
| HSL | 147.37º | 0.97% | 0.12% | - |
| HSV(B) | 147.37º | 0.98% | 0.23% | - |
| XYZ | 1.72 | 3.11 | 1.55 | - |
| YUV | 37.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 27 | 0.98 | 0 | 0.53 | 0.77 | 147.37 | 0.97 | 0.12 |
| Hex | 1 | 3A | 1B | 62 | 0 | 35 | 4D | 93 | 61 | C |
| Octal | 1 | 72 | 33 | 142 | 0 | 65 | 115 | 223 | 141 | 14 |
| Binary | 1 | 111010 | 11011 | 1100010 | 0 | 110101 | 1001101 | 10010011 | 1100001 | 1100 |
Color Harmonies of #013A1B
Complementary color
Monochromatic Colors of #013A1B
Black with #013A1B
Text Example
Text Example
White with #013A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A1B; }
p { color: rgb(1,58,27); }
H1.HeaderClassName
{
color: #013A1B;
}
.AnyTagClassName
{
color: #013A1B;
}
</style>
background-color css
<style>
a { background-color: #013A1B; }
a { background-color: rgb(1,58,27); }
div.DivClassName
{
background-color: #013A1B;
}
.BgClassName
{
background-color: #013A1B;
}
</style>
border-color css
<style>
span { border-color: #013A1B; }
span { border-color: rgb(1,58,27); }
td.TdClassName
{
border-color: #013A1B;
}
.TagClassName
{
border-color: #013A1B;
}
</style>