Shades of British Racing Green #014B2D
Tints of British Racing Green #014B2D
RGB
CMYK
RGB Variations
Color information
#014B2D (or 0x014B2D) is known color: British Racing Green. HEX triplet: 01, 4B and 2D. RGB value is (1,75,45). Sum of RGB (Red+Green+Blue) = 1+75+45=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #014B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B2D is #FEB4D2. Grayscale: #313131. Windows color (decimal): -16692435 or 2968321. OLE color: 2968321.
HSL color Cylindrical-coordinate representation of color #014B2D: hue angle of 155.68º 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 #014B2D is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 75 | 45 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.71 |
| HSL | 155.68º | 0.97% | 0.15% | - |
| HSV(B) | 155.68º | 0.99% | 0.29% | - |
| XYZ | 3 | 5.23 | 3.33 | - |
| YUV | 49.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 45 | 0.99 | 0 | 0.40 | 0.71 | 155.68 | 0.97 | 0.15 |
| Hex | 1 | 4B | 2D | 63 | 0 | 28 | 47 | 9C | 61 | F |
| Octal | 1 | 113 | 55 | 143 | 0 | 50 | 107 | 234 | 141 | 17 |
| Binary | 1 | 1001011 | 101101 | 1100011 | 0 | 101000 | 1000111 | 10011100 | 1100001 | 1111 |
Color Harmonies of #014B2D
Complementary color
Monochromatic Colors of #014B2D
Black with #014B2D
Text Example
Text Example
White with #014B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B2D; }
p { color: rgb(1,75,45); }
H1.HeaderClassName
{
color: #014B2D;
}
.AnyTagClassName
{
color: #014B2D;
}
</style>
background-color css
<style>
a { background-color: #014B2D; }
a { background-color: rgb(1,75,45); }
div.DivClassName
{
background-color: #014B2D;
}
.BgClassName
{
background-color: #014B2D;
}
</style>
border-color css
<style>
span { border-color: #014B2D; }
span { border-color: rgb(1,75,45); }
td.TdClassName
{
border-color: #014B2D;
}
.TagClassName
{
border-color: #014B2D;
}
</style>