Shades of British Racing Green #014B0D
Tints of British Racing Green #014B0D
RGB
CMYK
RGB Variations
Color information
#014B0D (or 0x014B0D) is known color: British Racing Green. HEX triplet: 01, 4B and 0D. RGB value is (1,75,13). Sum of RGB (Red+Green+Blue) = 1+75+13=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 75 (29.69% from 255 or 84.27% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 75 - color contains mainly: green. Hex color #014B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014B0D is #FEB4F2. Grayscale: #2D2D2D. Windows color (decimal): -16692467 or 871169. OLE color: 871169.
HSL color Cylindrical-coordinate representation of color #014B0D: hue angle of 129.73º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B0D is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 75 | 13 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.71 |
| HSL | 129.73º | 0.97% | 0.15% | - |
| HSV(B) | 129.73º | 0.99% | 0.29% | - |
| XYZ | 2.6 | 5.07 | 1.22 | - |
| YUV | 45.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 13 | 0.99 | 0 | 0.83 | 0.71 | 129.73 | 0.97 | 0.15 |
| Hex | 1 | 4B | D | 63 | 0 | 53 | 47 | 82 | 61 | F |
| Octal | 1 | 113 | 15 | 143 | 0 | 123 | 107 | 202 | 141 | 17 |
| Binary | 1 | 1001011 | 1101 | 1100011 | 0 | 1010011 | 1000111 | 10000010 | 1100001 | 1111 |
Color Harmonies of #014B0D
Complementary color
Monochromatic Colors of #014B0D
Black with #014B0D
Text Example
Text Example
White with #014B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B0D; }
p { color: rgb(1,75,13); }
H1.HeaderClassName
{
color: #014B0D;
}
.AnyTagClassName
{
color: #014B0D;
}
</style>
background-color css
<style>
a { background-color: #014B0D; }
a { background-color: rgb(1,75,13); }
div.DivClassName
{
background-color: #014B0D;
}
.BgClassName
{
background-color: #014B0D;
}
</style>
border-color css
<style>
span { border-color: #014B0D; }
span { border-color: rgb(1,75,13); }
td.TdClassName
{
border-color: #014B0D;
}
.TagClassName
{
border-color: #014B0D;
}
</style>