#015428

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

Shades of British Racing Green #015428

Tints of British Racing Green #015428

Color information

#015428 (or 0x015428) is unknown color: approx British Racing Green. HEX triplet: 01, 54 and 28. RGB value is (1,84,40). Sum of RGB (Red+Green+Blue) = 1+84+40=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #015428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015428 is #FEABD7. Grayscale: #363636. Windows color (decimal): -16690136 or 2642945. OLE color: 2642945.

HSL color Cylindrical-coordinate representation of color #015428: hue angle of 148.19º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015428 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB18440-
CMYK0.9900.520.67
HSL148.19º97.65%16.67%-
HSV(B)148.19º98.81%32.94%-
XYZ3.576.53.07-
YUV54.1712090.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 84 (33.20% from 255) = 67.2%
BLUE value IS 40 (16.02% from 255) = 32%
R=0.8%
G=67.2%
B=32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184400.9900.520.67148.1997.6516.67
Hex154286303443946211
Octal11245014306410322414221
Binary1101010010100011000110110100100001110010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015428; }

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

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

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

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

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

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

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

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