Shades of British Racing Green #014A26
Tints of British Racing Green #014A26
RGB
CMYK
RGB Variations
Color information
#014A26 (or 0x014A26) is known color: British Racing Green. HEX triplet: 01, 4A and 26. RGB value is (1,74,38). Sum of RGB (Red+Green+Blue) = 1+74+38=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 74 (29.30% from 255 or 65.49% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 74 - color contains mainly: green. Hex color #014A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A26 is #FEB5D9. Grayscale: #303030. Windows color (decimal): -16692698 or 2509313. OLE color: 2509313.
HSL color Cylindrical-coordinate representation of color #014A26: hue angle of 150.41º 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 #014A26 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 74 | 38 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.71 |
| HSL | 150.41º | 0.97% | 0.15% | - |
| HSV(B) | 150.41º | 0.99% | 0.29% | - |
| XYZ | 2.81 | 5.04 | 2.66 | - |
| YUV | 48.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 38 | 0.99 | 0 | 0.49 | 0.71 | 150.41 | 0.97 | 0.15 |
| Hex | 1 | 4A | 26 | 63 | 0 | 31 | 47 | 96 | 61 | F |
| Octal | 1 | 112 | 46 | 143 | 0 | 61 | 107 | 226 | 141 | 17 |
| Binary | 1 | 1001010 | 100110 | 1100011 | 0 | 110001 | 1000111 | 10010110 | 1100001 | 1111 |
Color Harmonies of #014A26
Complementary color
Monochromatic Colors of #014A26
Black with #014A26
Text Example
Text Example
White with #014A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A26; }
p { color: rgb(1,74,38); }
H1.HeaderClassName
{
color: #014A26;
}
.AnyTagClassName
{
color: #014A26;
}
</style>
background-color css
<style>
a { background-color: #014A26; }
a { background-color: rgb(1,74,38); }
div.DivClassName
{
background-color: #014A26;
}
.BgClassName
{
background-color: #014A26;
}
</style>
border-color css
<style>
span { border-color: #014A26; }
span { border-color: rgb(1,74,38); }
td.TdClassName
{
border-color: #014A26;
}
.TagClassName
{
border-color: #014A26;
}
</style>