#014017

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

Shades of British Racing Green #014017

Tints of British Racing Green #014017

Color information

#014017 (or 0x014017) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 17. RGB value is (1,64,23). Sum of RGB (Red+Green+Blue) = 1+64+23=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #014017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014017 is #FEBFE8. Grayscale: #282828. Windows color (decimal): -16695273 or 1523713. OLE color: 1523713.

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

Color convert

RGB16423-
CMYK0.9800.640.75
HSL140.95º96.92%12.75%-
HSV(B)140.95º98.44%25.1%-
XYZ23.741.43-
YUV40.49118.1399.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 64 (25.39% from 255) = 72.73%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=1.14%
G=72.73%
B=26.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164230.9800.640.75140.9596.9212.75
Hex14017620404B8d61d
Octal110027142010011321514115
Binary110000001011111000100100000010010111000110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014017; }

 p { color: rgb(1,64,23); }

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

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

 a { background-color: rgb(1,64,23); }

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

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

 span { border-color: rgb(1,64,23); }

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