Shades of British Racing Green #01461B
Tints of British Racing Green #01461B
RGB
CMYK
RGB Variations
Color information
#01461B (or 0x01461B) is known color: British Racing Green. HEX triplet: 01, 46 and 1B. RGB value is (1,70,27). Sum of RGB (Red+Green+Blue) = 1+70+27=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 70 (27.73% from 255 or 71.43% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 70 - color contains mainly: green. Hex color #01461B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01461B is #FEB9E4. Grayscale: #2C2C2C. Windows color (decimal): -16693733 or 1787393. OLE color: 1787393.
HSL color Cylindrical-coordinate representation of color #01461B: hue angle of 142.61º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01461B is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 27 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.73 |
| HSL | 142.61º | 0.97% | 0.14% | - |
| HSV(B) | 142.61º | 0.99% | 0.27% | - |
| XYZ | 2.4 | 4.47 | 1.77 | - |
| YUV | 44.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 27 | 0.99 | 0 | 0.61 | 0.73 | 142.61 | 0.97 | 0.14 |
| Hex | 1 | 46 | 1B | 63 | 0 | 3D | 49 | 8F | 61 | E |
| Octal | 1 | 106 | 33 | 143 | 0 | 75 | 111 | 217 | 141 | 16 |
| Binary | 1 | 1000110 | 11011 | 1100011 | 0 | 111101 | 1001001 | 10001111 | 1100001 | 1110 |
Color Harmonies of #01461B
Complementary color
Monochromatic Colors of #01461B
Black with #01461B
Text Example
Text Example
White with #01461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01461B; }
p { color: rgb(1,70,27); }
H1.HeaderClassName
{
color: #01461B;
}
.AnyTagClassName
{
color: #01461B;
}
</style>
background-color css
<style>
a { background-color: #01461B; }
a { background-color: rgb(1,70,27); }
div.DivClassName
{
background-color: #01461B;
}
.BgClassName
{
background-color: #01461B;
}
</style>
border-color css
<style>
span { border-color: #01461B; }
span { border-color: rgb(1,70,27); }
td.TdClassName
{
border-color: #01461B;
}
.TagClassName
{
border-color: #01461B;
}
</style>