#014732

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

Shades of British Racing Green #014732

Tints of British Racing Green #014732

Color information

#014732 (or 0x014732) is unknown color: approx British Racing Green. HEX triplet: 01, 47 and 32. RGB value is (1,71,50). Sum of RGB (Red+Green+Blue) = 1+71+50=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #014732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014732 is #FEB8CD. Grayscale: #2F2F2F. Windows color (decimal): -16693454 or 3294977. OLE color: 3294977.

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

Color convert

RGB17150-
CMYK0.9900.300.72
HSL162º97.22%14.12%-
HSV(B)162º98.59%27.84%-
XYZ2.844.743.78-
YUV47.68129.3194.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 71 (28.12% from 255) = 58.20%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=0.82%
G=58.20%
B=40.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171500.9900.300.7216297.2214.12
Hex147326301E48a261e
Octal11076214303611024214116
Binary11000111110010110001101111010010001010001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014732; }

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

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

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

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

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

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

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

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