#014733

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

Shades of British Racing Green #014733

Tints of British Racing Green #014733

Color information

#014733 (or 0x014733) is unknown color: approx British Racing Green. HEX triplet: 01, 47 and 33. RGB value is (1,71,51). Sum of RGB (Red+Green+Blue) = 1+71+51=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #014733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014733 is #FEB8CC. Grayscale: #2F2F2F. Windows color (decimal): -16693453 or 3360513. OLE color: 3360513.

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

Color convert

RGB17151-
CMYK0.9900.280.72
HSL162.86º97.22%14.12%-
HSV(B)162.86º98.59%27.84%-
XYZ2.864.753.9-
YUV47.79129.8194.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 51 (20.31% from 255) = 41.46%
R=0.81%
G=57.72%
B=41.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171510.9900.280.72162.8697.2214.12
Hex147336301C48a361e
Octal11076314303411024314116
Binary11000111110011110001101110010010001010001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014733; }

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

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

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

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

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

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

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

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