#014120

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

Shades of British Racing Green #014120

Tints of British Racing Green #014120

Color information

#014120 (or 0x014120) is unknown color: approx British Racing Green. HEX triplet: 01, 41 and 20. RGB value is (1,65,32). Sum of RGB (Red+Green+Blue) = 1+65+32=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #014120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014120 is #FEBEDF. Grayscale: #2A2A2A. Windows color (decimal): -16695008 or 2113793. OLE color: 2113793.

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

Color convert

RGB16532-
CMYK0.9800.510.75
HSL149.06º96.97%12.94%-
HSV(B)149.06º98.46%25.49%-
XYZ2.163.892-
YUV42.1122.398.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 65 (25.78% from 255) = 66.33%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=1.02%
G=66.33%
B=32.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165320.9800.510.75149.0696.9712.94
Hex14120620334B9561d
Octal11014014206311322514115
Binary110000011000001100010011001110010111001010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014120; }

 p { color: rgb(1,65,32); }

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

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

 a { background-color: rgb(1,65,32); }

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

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

 span { border-color: rgb(1,65,32); }

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