#014528

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

Shades of British Racing Green #014528

Tints of British Racing Green #014528

Color information

#014528 (or 0x014528) is unknown color: approx British Racing Green. HEX triplet: 01, 45 and 28. RGB value is (1,69,40). Sum of RGB (Red+Green+Blue) = 1+69+40=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #014528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014528 is #FEBAD7. Grayscale: #2D2D2D. Windows color (decimal): -16693976 or 2639105. OLE color: 2639105.

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

Color convert

RGB16940-
CMYK0.9900.420.73
HSL154.41º97.14%13.73%-
HSV(B)154.41º98.55%27.06%-
XYZ2.524.422.73-
YUV45.36124.9796.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 69 (27.34% from 255) = 62.73%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=0.91%
G=62.73%
B=36.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169400.9900.420.73154.4197.1413.73
Hex145286302A499a61e
Octal11055014305211123214116
Binary110001011010001100011010101010010011001101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014528; }

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

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

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

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

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

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

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

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