Shades of British Racing Green #014A2A
Tints of British Racing Green #014A2A
RGB
CMYK
RGB Variations
Color information
#014A2A (or 0x014A2A) is known color: British Racing Green. HEX triplet: 01, 4A and 2A. RGB value is (1,74,42). Sum of RGB (Red+Green+Blue) = 1+74+42=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 74 (29.30% from 255 or 63.25% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 74 - color contains mainly: green. Hex color #014A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A2A is #FEB5D5. Grayscale: #303030. Windows color (decimal): -16692694 or 2771457. OLE color: 2771457.
HSL color Cylindrical-coordinate representation of color #014A2A: hue angle of 153.7º 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 #014A2A is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 74 | 42 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.71 |
| HSL | 153.7º | 0.97% | 0.15% | - |
| HSV(B) | 153.7º | 0.99% | 0.29% | - |
| XYZ | 2.88 | 5.07 | 3.02 | - |
| YUV | 48.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 42 | 0.99 | 0 | 0.43 | 0.71 | 153.7 | 0.97 | 0.15 |
| Hex | 1 | 4A | 2A | 63 | 0 | 2B | 47 | 9A | 61 | F |
| Octal | 1 | 112 | 52 | 143 | 0 | 53 | 107 | 232 | 141 | 17 |
| Binary | 1 | 1001010 | 101010 | 1100011 | 0 | 101011 | 1000111 | 10011010 | 1100001 | 1111 |
Color Harmonies of #014A2A
Complementary color
Monochromatic Colors of #014A2A
Black with #014A2A
Text Example
Text Example
White with #014A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A2A; }
p { color: rgb(1,74,42); }
H1.HeaderClassName
{
color: #014A2A;
}
.AnyTagClassName
{
color: #014A2A;
}
</style>
background-color css
<style>
a { background-color: #014A2A; }
a { background-color: rgb(1,74,42); }
div.DivClassName
{
background-color: #014A2A;
}
.BgClassName
{
background-color: #014A2A;
}
</style>
border-color css
<style>
span { border-color: #014A2A; }
span { border-color: rgb(1,74,42); }
td.TdClassName
{
border-color: #014A2A;
}
.TagClassName
{
border-color: #014A2A;
}
</style>