#014027

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

Shades of British Racing Green #014027

Tints of British Racing Green #014027

Color information

#014027 (or 0x014027) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 27. RGB value is (1,64,39). Sum of RGB (Red+Green+Blue) = 1+64+39=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #014027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014027 is #FEBFD8. Grayscale: #2A2A2A. Windows color (decimal): -16695257 or 2572289. OLE color: 2572289.

HSL color Cylindrical-coordinate representation of color #014027: hue angle of 156.19º 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 #014027 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB16439-
CMYK0.9800.390.75
HSL156.19º96.92%12.75%-
HSV(B)156.19º98.44%25.1%-
XYZ2.213.822.54-
YUV42.31126.1398.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 64 (25.39% from 255) = 61.54%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=0.96%
G=61.54%
B=37.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164390.9800.390.75156.1996.9212.75
Hex14027620274B9c61d
Octal11004714204711323414115
Binary110000001001111100010010011110010111001110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014027; }

 p { color: rgb(1,64,39); }

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

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

 a { background-color: rgb(1,64,39); }

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

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

 span { border-color: rgb(1,64,39); }

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