Shades of British Racing Green #014C2C
Tints of British Racing Green #014C2C
RGB
CMYK
RGB Variations
Color information
#014C2C (or 0x014C2C) is known color: British Racing Green. HEX triplet: 01, 4C and 2C. RGB value is (1,76,44). Sum of RGB (Red+Green+Blue) = 1+76+44=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 76 (30.08% from 255 or 62.81% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 76 - color contains mainly: green. Hex color #014C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C2C is #FEB3D3. Grayscale: #313131. Windows color (decimal): -16692180 or 2903041. OLE color: 2903041.
HSL color Cylindrical-coordinate representation of color #014C2C: hue angle of 154.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C2C is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 44 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.70 |
| HSL | 154.4º | 0.97% | 0.15% | - |
| HSV(B) | 154.4º | 0.99% | 0.3% | - |
| XYZ | 3.05 | 5.36 | 3.26 | - |
| YUV | 49.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 44 | 0.99 | 0 | 0.42 | 0.70 | 154.4 | 0.97 | 0.15 |
| Hex | 1 | 4C | 2C | 63 | 0 | 2A | 46 | 9A | 61 | F |
| Octal | 1 | 114 | 54 | 143 | 0 | 52 | 106 | 232 | 141 | 17 |
| Binary | 1 | 1001100 | 101100 | 1100011 | 0 | 101010 | 1000110 | 10011010 | 1100001 | 1111 |
Color Harmonies of #014C2C
Complementary color
Monochromatic Colors of #014C2C
Black with #014C2C
Text Example
Text Example
White with #014C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C2C; }
p { color: rgb(1,76,44); }
H1.HeaderClassName
{
color: #014C2C;
}
.AnyTagClassName
{
color: #014C2C;
}
</style>
background-color css
<style>
a { background-color: #014C2C; }
a { background-color: rgb(1,76,44); }
div.DivClassName
{
background-color: #014C2C;
}
.BgClassName
{
background-color: #014C2C;
}
</style>
border-color css
<style>
span { border-color: #014C2C; }
span { border-color: rgb(1,76,44); }
td.TdClassName
{
border-color: #014C2C;
}
.TagClassName
{
border-color: #014C2C;
}
</style>