#014E29

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

Shades of British Racing Green #014E29

Tints of British Racing Green #014E29

Color information

#014E29 (or 0x014E29) is unknown color: approx British Racing Green. HEX triplet: 01, 4E and 29. RGB value is (1,78,41). Sum of RGB (Red+Green+Blue) = 1+78+41=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #014E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E29 is #FEB1D6. Grayscale: #323232. Windows color (decimal): -16691671 or 2706945. OLE color: 2706945.

HSL color Cylindrical-coordinate representation of color #014E29: hue angle of 151.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E29 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB17841-
CMYK0.9900.470.69
HSL151.17º97.47%15.49%-
HSV(B)151.17º98.72%30.59%-
XYZ3.145.623.02-
YUV50.76122.4992.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 78 (30.86% from 255) = 65%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=0.83%
G=65%
B=34.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178410.9900.470.69151.1797.4715.49
Hex14E296302F459761f
Octal11165114305710522714117
Binary110011101010011100011010111110001011001011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014E29; }

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

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

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

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

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

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

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

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