Shades of British Racing Green #014A2D
Tints of British Racing Green #014A2D
RGB
CMYK
RGB Variations
Color information
#014A2D (or 0x014A2D) is known color: British Racing Green. HEX triplet: 01, 4A and 2D. RGB value is (1,74,45). Sum of RGB (Red+Green+Blue) = 1+74+45=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 74 (29.30% from 255 or 61.67% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 74 - color contains mainly: green. Hex color #014A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A2D is #FEB5D2. Grayscale: #303030. Windows color (decimal): -16692691 or 2968065. OLE color: 2968065.
HSL color Cylindrical-coordinate representation of color #014A2D: hue angle of 156.16º 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 #014A2D is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 74 | 45 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.71 |
| HSL | 156.16º | 0.97% | 0.15% | - |
| HSV(B) | 156.16º | 0.99% | 0.29% | - |
| XYZ | 2.93 | 5.09 | 3.31 | - |
| YUV | 48.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 45 | 0.99 | 0 | 0.39 | 0.71 | 156.16 | 0.97 | 0.15 |
| Hex | 1 | 4A | 2D | 63 | 0 | 27 | 47 | 9C | 61 | F |
| Octal | 1 | 112 | 55 | 143 | 0 | 47 | 107 | 234 | 141 | 17 |
| Binary | 1 | 1001010 | 101101 | 1100011 | 0 | 100111 | 1000111 | 10011100 | 1100001 | 1111 |
Color Harmonies of #014A2D
Complementary color
Monochromatic Colors of #014A2D
Black with #014A2D
Text Example
Text Example
White with #014A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A2D; }
p { color: rgb(1,74,45); }
H1.HeaderClassName
{
color: #014A2D;
}
.AnyTagClassName
{
color: #014A2D;
}
</style>
background-color css
<style>
a { background-color: #014A2D; }
a { background-color: rgb(1,74,45); }
div.DivClassName
{
background-color: #014A2D;
}
.BgClassName
{
background-color: #014A2D;
}
</style>
border-color css
<style>
span { border-color: #014A2D; }
span { border-color: rgb(1,74,45); }
td.TdClassName
{
border-color: #014A2D;
}
.TagClassName
{
border-color: #014A2D;
}
</style>