Shades of British Racing Green #014030
Tints of British Racing Green #014030
RGB
CMYK
RGB Variations
Color information
#014030 (or 0x014030) is known color: British Racing Green. HEX triplet: 01, 40 and 30. RGB value is (1,64,48). Sum of RGB (Red+Green+Blue) = 1+64+48=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #014030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014030 is #FEBFCF. Grayscale: #2B2B2B. Windows color (decimal): -16695248 or 3162113. OLE color: 3162113.
HSL color Cylindrical-coordinate representation of color #014030: hue angle of 164.76º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014030 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 48 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.75 |
| HSL | 164.76º | 0.97% | 0.13% | - |
| HSV(B) | 164.76º | 0.98% | 0.25% | - |
| XYZ | 2.38 | 3.89 | 3.42 | - |
| YUV | 43.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 48 | 0.98 | 0 | 0.25 | 0.75 | 164.76 | 0.97 | 0.13 |
| Hex | 1 | 40 | 30 | 62 | 0 | 19 | 4B | A5 | 61 | D |
| Octal | 1 | 100 | 60 | 142 | 0 | 31 | 113 | 245 | 141 | 15 |
| Binary | 1 | 1000000 | 110000 | 1100010 | 0 | 11001 | 1001011 | 10100101 | 1100001 | 1101 |
Color Harmonies of #014030
Complementary color
Monochromatic Colors of #014030
Black with #014030
Text Example
Text Example
White with #014030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014030; }
p { color: rgb(1,64,48); }
H1.HeaderClassName
{
color: #014030;
}
.AnyTagClassName
{
color: #014030;
}
</style>
background-color css
<style>
a { background-color: #014030; }
a { background-color: rgb(1,64,48); }
div.DivClassName
{
background-color: #014030;
}
.BgClassName
{
background-color: #014030;
}
</style>
border-color css
<style>
span { border-color: #014030; }
span { border-color: rgb(1,64,48); }
td.TdClassName
{
border-color: #014030;
}
.TagClassName
{
border-color: #014030;
}
</style>