#014511

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

Shades of British Racing Green #014511

Tints of British Racing Green #014511

Color information

#014511 (or 0x014511) is unknown color: approx British Racing Green. HEX triplet: 01, 45 and 11. RGB value is (1,69,17). Sum of RGB (Red+Green+Blue) = 1+69+17=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 69 (27.34% from 255 or 79.31% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 69 - color contains mainly: green. Hex color #014511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014511 is #FEBAEE. Grayscale: #2A2A2A. Windows color (decimal): -16693999 or 1131777. OLE color: 1131777.

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

Color convert

RGB16917-
CMYK0.9900.750.73
HSL134.12º97.14%13.73%-
HSV(B)134.12º98.55%27.06%-
XYZ2.244.31.24-
YUV42.74113.4798.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 69 (27.34% from 255) = 79.31%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=1.15%
G=79.31%
B=19.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169170.9900.750.73134.1297.1413.73
Hex145116304B498661e
Octal110521143011311120614116
Binary110001011000111000110100101110010011000011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014511; }

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

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

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

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

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

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

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

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