#014219

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

Shades of British Racing Green #014219

Tints of British Racing Green #014219

Color information

#014219 (or 0x014219) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 19. RGB value is (1,66,25). Sum of RGB (Red+Green+Blue) = 1+66+25=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #014219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014219 is #FEBDE6. Grayscale: #292929. Windows color (decimal): -16694759 or 1655297. OLE color: 1655297.

HSL color Cylindrical-coordinate representation of color #014219: hue angle of 142.15º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014219 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB16625-
CMYK0.9800.620.74
HSL142.15º97.01%13.14%-
HSV(B)142.15º98.48%25.88%-
XYZ2.143.971.57-
YUV41.89118.4798.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 66 (26.17% from 255) = 71.74%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=1.09%
G=71.74%
B=27.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166250.9800.620.74142.1597.0113.14
Hex142196203E4A8e61d
Octal11023114207611221614115
Binary11000010110011100010011111010010101000111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014219; }

 p { color: rgb(1,66,25); }

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

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

 a { background-color: rgb(1,66,25); }

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

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

 span { border-color: rgb(1,66,25); }

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