#014029

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

Shades of British Racing Green #014029

Tints of British Racing Green #014029

Color information

#014029 (or 0x014029) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 29. RGB value is (1,64,41). Sum of RGB (Red+Green+Blue) = 1+64+41=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #014029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014029 is #FEBFD6. Grayscale: #2A2A2A. Windows color (decimal): -16695255 or 2703361. OLE color: 2703361.

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

Color convert

RGB16441-
CMYK0.9800.360.75
HSL158.1º96.92%12.75%-
HSV(B)158.1º98.44%25.1%-
XYZ2.253.832.72-
YUV42.54127.1398.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=0.94%
G=60.38%
B=38.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164410.9800.360.75158.196.9212.75
Hex14029620244B9e61d
Octal11005114204411323614115
Binary110000001010011100010010010010010111001111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014029; }

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

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

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

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

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

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

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

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