Shades of British Racing Green #014A30
Tints of British Racing Green #014A30
RGB
CMYK
RGB Variations
Color information
#014A30 (or 0x014A30) is known color: British Racing Green. HEX triplet: 01, 4A and 30. RGB value is (1,74,48). Sum of RGB (Red+Green+Blue) = 1+74+48=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 74 (29.30% from 255 or 60.16% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 74 - color contains mainly: green. Hex color #014A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A30 is #FEB5CF. Grayscale: #313131. Windows color (decimal): -16692688 or 3164673. OLE color: 3164673.
HSL color Cylindrical-coordinate representation of color #014A30: hue angle of 158.63º 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 #014A30 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 74 | 48 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.71 |
| HSL | 158.63º | 0.97% | 0.15% | - |
| HSV(B) | 158.63º | 0.99% | 0.29% | - |
| XYZ | 2.99 | 5.12 | 3.63 | - |
| YUV | 49.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 48 | 0.99 | 0 | 0.35 | 0.71 | 158.63 | 0.97 | 0.15 |
| Hex | 1 | 4A | 30 | 63 | 0 | 23 | 47 | 9F | 61 | F |
| Octal | 1 | 112 | 60 | 143 | 0 | 43 | 107 | 237 | 141 | 17 |
| Binary | 1 | 1001010 | 110000 | 1100011 | 0 | 100011 | 1000111 | 10011111 | 1100001 | 1111 |
Color Harmonies of #014A30
Complementary color
Monochromatic Colors of #014A30
Black with #014A30
Text Example
Text Example
White with #014A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A30; }
p { color: rgb(1,74,48); }
H1.HeaderClassName
{
color: #014A30;
}
.AnyTagClassName
{
color: #014A30;
}
</style>
background-color css
<style>
a { background-color: #014A30; }
a { background-color: rgb(1,74,48); }
div.DivClassName
{
background-color: #014A30;
}
.BgClassName
{
background-color: #014A30;
}
</style>
border-color css
<style>
span { border-color: #014A30; }
span { border-color: rgb(1,74,48); }
td.TdClassName
{
border-color: #014A30;
}
.TagClassName
{
border-color: #014A30;
}
</style>