#014731

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

Shades of British Racing Green #014731

Tints of British Racing Green #014731

Color information

#014731 (or 0x014731) is unknown color: approx British Racing Green. HEX triplet: 01, 47 and 31. RGB value is (1,71,49). Sum of RGB (Red+Green+Blue) = 1+71+49=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #014731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014731 is #FEB8CE. Grayscale: #2F2F2F. Windows color (decimal): -16693455 or 3229441. OLE color: 3229441.

HSL color Cylindrical-coordinate representation of color #014731: hue angle of 161.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014731 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB17149-
CMYK0.9900.310.72
HSL161.14º97.22%14.12%-
HSV(B)161.14º98.59%27.84%-
XYZ2.824.733.67-
YUV47.56128.8194.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=0.83%
G=58.68%
B=40.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171490.9900.310.72161.1497.2214.12
Hex147316301F48a161e
Octal11076114303711024114116
Binary11000111110001110001101111110010001010000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014731; }

 p { color: rgb(1,71,49); }

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

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

 a { background-color: rgb(1,71,49); }

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

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

 span { border-color: rgb(1,71,49); }

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