#014429

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

Shades of British Racing Green #014429

Tints of British Racing Green #014429

Color information

#014429 (or 0x014429) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 29. RGB value is (1,68,41). Sum of RGB (Red+Green+Blue) = 1+68+41=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #014429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014429 is #FEBBD6. Grayscale: #2C2C2C. Windows color (decimal): -16694231 or 2704385. OLE color: 2704385.

HSL color Cylindrical-coordinate representation of color #014429: hue angle of 155.82º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014429 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB16841-
CMYK0.9900.400.73
HSL155.82º97.1%13.53%-
HSV(B)155.82º98.53%26.67%-
XYZ2.484.32.8-
YUV44.89125.896.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 68 (26.95% from 255) = 61.82%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=0.91%
G=61.82%
B=37.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168410.9900.400.73155.8297.113.53
Hex1442963028499c61e
Octal11045114305011123414116
Binary110001001010011100011010100010010011001110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014429; }

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

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

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

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

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

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

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

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