Shades of British Racing Green #014330
Tints of British Racing Green #014330
RGB
CMYK
RGB Variations
Color information
#014330 (or 0x014330) is known color: British Racing Green. HEX triplet: 01, 43 and 30. RGB value is (1,67,48). Sum of RGB (Red+Green+Blue) = 1+67+48=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #014330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014330 is #FEBCCF. Grayscale: #2D2D2D. Windows color (decimal): -16694480 or 3162881. OLE color: 3162881.
HSL color Cylindrical-coordinate representation of color #014330: hue angle of 162.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014330 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 48 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.74 |
| HSL | 162.73º | 0.97% | 0.13% | - |
| HSV(B) | 162.73º | 0.99% | 0.26% | - |
| XYZ | 2.55 | 4.23 | 3.48 | - |
| YUV | 45.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 48 | 0.99 | 0 | 0.28 | 0.74 | 162.73 | 0.97 | 0.13 |
| Hex | 1 | 43 | 30 | 63 | 0 | 1C | 4A | A3 | 61 | D |
| Octal | 1 | 103 | 60 | 143 | 0 | 34 | 112 | 243 | 141 | 15 |
| Binary | 1 | 1000011 | 110000 | 1100011 | 0 | 11100 | 1001010 | 10100011 | 1100001 | 1101 |
Color Harmonies of #014330
Complementary color
Monochromatic Colors of #014330
Black with #014330
Text Example
Text Example
White with #014330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014330; }
p { color: rgb(1,67,48); }
H1.HeaderClassName
{
color: #014330;
}
.AnyTagClassName
{
color: #014330;
}
</style>
background-color css
<style>
a { background-color: #014330; }
a { background-color: rgb(1,67,48); }
div.DivClassName
{
background-color: #014330;
}
.BgClassName
{
background-color: #014330;
}
</style>
border-color css
<style>
span { border-color: #014330; }
span { border-color: rgb(1,67,48); }
td.TdClassName
{
border-color: #014330;
}
.TagClassName
{
border-color: #014330;
}
</style>