#014031

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

Shades of British Racing Green #014031

Tints of British Racing Green #014031

Color information

#014031 (or 0x014031) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 31. RGB value is (1,64,49). Sum of RGB (Red+Green+Blue) = 1+64+49=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #014031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014031 is #FEBFCE. Grayscale: #2B2B2B. Windows color (decimal): -16695247 or 3227649. OLE color: 3227649.

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

Color convert

RGB16449-
CMYK0.9800.230.75
HSL165.71º96.92%12.75%-
HSV(B)165.71º98.44%25.1%-
XYZ2.43.893.53-
YUV43.45131.1397.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=0.88%
G=56.14%
B=42.98%

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
Decimal164490.9800.230.75165.7196.9212.75
Hex14031620174Ba661d
Octal11006114202711324614115
Binary11000000110001110001001011110010111010011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014031; }

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

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

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

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

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

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

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

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