#014132

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

Shades of British Racing Green #014132

Tints of British Racing Green #014132

Color information

#014132 (or 0x014132) is unknown color: approx British Racing Green. HEX triplet: 01, 41 and 32. RGB value is (1,65,50). Sum of RGB (Red+Green+Blue) = 1+65+50=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #014132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014132 is #FEBECD. Grayscale: #2C2C2C. Windows color (decimal): -16694990 or 3293441. OLE color: 3293441.

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

Color convert

RGB16550-
CMYK0.9800.230.75
HSL165.94º96.97%12.94%-
HSV(B)165.94º98.46%25.49%-
XYZ2.484.023.66-
YUV44.15131.397.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=0.86%
G=56.03%
B=43.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165500.9800.230.75165.9496.9712.94
Hex14132620174Ba661d
Octal11016214202711324614115
Binary11000001110010110001001011110010111010011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014132; }

 p { color: rgb(1,65,50); }

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

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

 a { background-color: rgb(1,65,50); }

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

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

 span { border-color: rgb(1,65,50); }

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