#014631

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

Shades of British Racing Green #014631

Tints of British Racing Green #014631

Color information

#014631 (or 0x014631) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 31. RGB value is (1,70,49). Sum of RGB (Red+Green+Blue) = 1+70+49=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #014631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014631 is #FEB9CE. Grayscale: #2E2E2E. Windows color (decimal): -16693711 or 3229185. OLE color: 3229185.

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

Color convert

RGB17049-
CMYK0.9900.300.73
HSL161.74º97.18%13.92%-
HSV(B)161.74º98.57%27.45%-
XYZ2.764.613.65-
YUV46.97129.1495.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 70 (27.73% from 255) = 58.33%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=0.83%
G=58.33%
B=40.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170490.9900.300.73161.7497.1813.92
Hex146316301E49a261e
Octal11066114303611124214116
Binary11000110110001110001101111010010011010001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014631; }

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

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

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

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

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

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

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

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