#014218

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

Shades of British Racing Green #014218

Tints of British Racing Green #014218

Color information

#014218 (or 0x014218) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 18. RGB value is (1,66,24). Sum of RGB (Red+Green+Blue) = 1+66+24=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 66 (26.17% from 255 or 72.53% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 66 - color contains mainly: green. Hex color #014218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014218 is #FEBDE7. Grayscale: #292929. Windows color (decimal): -16694760 or 1589761. OLE color: 1589761.

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

Color convert

RGB16624-
CMYK0.9800.640.74
HSL141.23º97.01%13.14%-
HSV(B)141.23º98.48%25.88%-
XYZ2.133.971.52-
YUV41.78117.9798.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 66 (26.17% from 255) = 72.53%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=1.10%
G=72.53%
B=26.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166240.9800.640.74141.2397.0113.14
Hex14218620404A8d61d
Octal110230142010011221514115
Binary110000101100011000100100000010010101000110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014218; }

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

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

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

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

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

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

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

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