Shades of British Racing Green #013E1B
Tints of British Racing Green #013E1B
RGB
CMYK
RGB Variations
Color information
#013E1B (or 0x013E1B) is known color: British Racing Green. HEX triplet: 01, 3E and 1B. RGB value is (1,62,27). Sum of RGB (Red+Green+Blue) = 1+62+27=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 62 (24.61% from 255 or 68.89% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 62 - color contains mainly: green. Hex color #013E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E1B is #FEC1E4. Grayscale: #272727. Windows color (decimal): -16695781 or 1785345. OLE color: 1785345.
HSL color Cylindrical-coordinate representation of color #013E1B: hue angle of 145.57º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E1B is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 62 | 27 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.76 |
| HSL | 145.57º | 0.97% | 0.12% | - |
| HSV(B) | 145.57º | 0.98% | 0.24% | - |
| XYZ | 1.93 | 3.53 | 1.62 | - |
| YUV | 39.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 27 | 0.98 | 0 | 0.56 | 0.76 | 145.57 | 0.97 | 0.12 |
| Hex | 1 | 3E | 1B | 62 | 0 | 38 | 4C | 92 | 61 | C |
| Octal | 1 | 76 | 33 | 142 | 0 | 70 | 114 | 222 | 141 | 14 |
| Binary | 1 | 111110 | 11011 | 1100010 | 0 | 111000 | 1001100 | 10010010 | 1100001 | 1100 |
Color Harmonies of #013E1B
Complementary color
Monochromatic Colors of #013E1B
Black with #013E1B
Text Example
Text Example
White with #013E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E1B; }
p { color: rgb(1,62,27); }
H1.HeaderClassName
{
color: #013E1B;
}
.AnyTagClassName
{
color: #013E1B;
}
</style>
background-color css
<style>
a { background-color: #013E1B; }
a { background-color: rgb(1,62,27); }
div.DivClassName
{
background-color: #013E1B;
}
.BgClassName
{
background-color: #013E1B;
}
</style>
border-color css
<style>
span { border-color: #013E1B; }
span { border-color: rgb(1,62,27); }
td.TdClassName
{
border-color: #013E1B;
}
.TagClassName
{
border-color: #013E1B;
}
</style>