#014532

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

Shades of British Racing Green #014532

Tints of British Racing Green #014532

Color information

#014532 (or 0x014532) is unknown color: approx British Racing Green. HEX triplet: 01, 45 and 32. RGB value is (1,69,50). Sum of RGB (Red+Green+Blue) = 1+69+50=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #014532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014532 is #FEBACD. Grayscale: #2E2E2E. Windows color (decimal): -16693966 or 3294465. OLE color: 3294465.

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

Color convert

RGB16950-
CMYK0.9900.280.73
HSL163.24º97.14%13.73%-
HSV(B)163.24º98.55%27.06%-
XYZ2.724.493.74-
YUV46.5129.9795.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 69 (27.34% from 255) = 57.5%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=0.83%
G=57.5%
B=41.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169500.9900.280.73163.2497.1413.73
Hex145326301C49a361e
Octal11056214303411124314116
Binary11000101110010110001101110010010011010001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014532; }

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

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

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

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

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

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

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

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