#014510

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

Shades of British Racing Green #014510

Tints of British Racing Green #014510

Color information

#014510 (or 0x014510) is unknown color: approx British Racing Green. HEX triplet: 01, 45 and 10. RGB value is (1,69,16). Sum of RGB (Red+Green+Blue) = 1+69+16=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 69 (27.34% from 255 or 80.23% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 69 - color contains mainly: green. Hex color #014510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014510 is #FEBAEF. Grayscale: #2A2A2A. Windows color (decimal): -16694000 or 1066241. OLE color: 1066241.

HSL color Cylindrical-coordinate representation of color #014510: hue angle of 133.24º 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 #014510 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB16916-
CMYK0.9900.770.73
HSL133.24º97.14%13.73%-
HSV(B)133.24º98.55%27.06%-
XYZ2.234.31.2-
YUV42.63112.9798.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 69 (27.34% from 255) = 80.23%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=1.16%
G=80.23%
B=18.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169160.9900.770.73133.2497.1413.73
Hex145106304D498561e
Octal110520143011511120514116
Binary110001011000011000110100110110010011000010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014510; }

 p { color: rgb(1,69,16); }

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

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

 a { background-color: rgb(1,69,16); }

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

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

 span { border-color: rgb(1,69,16); }

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