#014E20

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

Shades of British Racing Green #014E20

Tints of British Racing Green #014E20

Color information

#014E20 (or 0x014E20) is unknown color: approx British Racing Green. HEX triplet: 01, 4E and 20. RGB value is (1,78,32). Sum of RGB (Red+Green+Blue) = 1+78+32=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 78 (30.86% from 255 or 70.27% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 78 - color contains mainly: green. Hex color #014E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E20 is #FEB1DF. Grayscale: #313131. Windows color (decimal): -16691680 or 2117121. OLE color: 2117121.

HSL color Cylindrical-coordinate representation of color #014E20: hue angle of 144.16º 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 #014E20 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB17832-
CMYK0.9900.590.69
HSL144.16º97.47%15.49%-
HSV(B)144.16º98.72%30.59%-
XYZ35.562.28-
YUV49.73117.9993.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 78 (30.86% from 255) = 70.27%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=0.90%
G=70.27%
B=28.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178320.9900.590.69144.1697.4715.49
Hex14E206303B459061f
Octal11164014307310522014117
Binary110011101000001100011011101110001011001000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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