#014629

Color #014629 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #014629

Tints of British Racing Green #014629

Color information

#014629 (or 0x014629) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 29. RGB value is (1,70,41). Sum of RGB (Red+Green+Blue) = 1+70+41=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #014629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014629 is #FEB9D6. Grayscale: #2E2E2E. Windows color (decimal): -16693719 or 2704897. OLE color: 2704897.

HSL color Cylindrical-coordinate representation of color #014629: hue angle of 154.78º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014629 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB17041-
CMYK0.9900.410.73
HSL154.78º97.18%13.92%-
HSV(B)154.78º98.57%27.45%-
XYZ2.64.552.84-
YUV46.06125.1495.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 70 (27.73% from 255) = 62.5%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=0.89%
G=62.5%
B=36.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170410.9900.410.73154.7897.1813.92
Hex1462963029499b61e
Octal11065114305111123314116
Binary110001101010011100011010100110010011001101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014629; }

 p { color: rgb(1,70,41); }

 H1.HeaderClassName
 {
   color: #014629;
 }
 .AnyTagClassName
 {
   color: #014629;
 }
</style>
background-color css

<style>
 a { background-color: #014629; }

 a { background-color: rgb(1,70,41); }

 div.DivClassName
 {
   background-color: #014629;
 }
 .BgClassName
 {
   background-color: #014629;
 }
</style>
border-color css

<style>
 span { border-color: #014629; }

 span { border-color: rgb(1,70,41); }

 td.TdClassName
 {
   border-color: #014629;
 }
 .TagClassName
 {
   border-color: #014629;
 }
</style>