#015028

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

Shades of British Racing Green #015028

Tints of British Racing Green #015028

Color information

#015028 (or 0x015028) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 28. RGB value is (1,80,40). Sum of RGB (Red+Green+Blue) = 1+80+40=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #015028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015028 is #FEAFD7. Grayscale: #333333. Windows color (decimal): -16691160 or 2641921. OLE color: 2641921.

HSL color Cylindrical-coordinate representation of color #015028: hue angle of 149.62º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015028 is Cyan = 0.99, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB18040-
CMYK0.9900.50.69
HSL149.62º97.53%15.88%-
HSV(B)149.62º98.75%31.37%-
XYZ3.265.92.97-
YUV51.82121.3391.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=0.83%
G=66.12%
B=33.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180400.9900.50.69149.6297.5315.88
Hex150286303245966210
Octal11205014306210522614220
Binary1101000010100011000110110010100010110010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015028; }

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

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

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

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

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

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

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

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