#014531

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

Shades of British Racing Green #014531

Tints of British Racing Green #014531

Color information

#014531 (or 0x014531) is unknown color: approx British Racing Green. HEX triplet: 01, 45 and 31. RGB value is (1,69,49). Sum of RGB (Red+Green+Blue) = 1+69+49=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #014531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014531 is #FEBACE. Grayscale: #2E2E2E. Windows color (decimal): -16693967 or 3228929. OLE color: 3228929.

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

Color convert

RGB16949-
CMYK0.9900.290.73
HSL162.35º97.14%13.73%-
HSV(B)162.35º98.55%27.06%-
XYZ2.74.483.63-
YUV46.39129.4795.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 69 (27.34% from 255) = 57.98%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=0.84%
G=57.98%
B=41.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169490.9900.290.73162.3597.1413.73
Hex145316301D49a261e
Octal11056114303511124214116
Binary11000101110001110001101110110010011010001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014531; }

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

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

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

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

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

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

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

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