#015128

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

Shades of British Racing Green #015128

Tints of British Racing Green #015128

Color information

#015128 (or 0x015128) is unknown color: approx British Racing Green. HEX triplet: 01, 51 and 28. RGB value is (1,81,40). Sum of RGB (Red+Green+Blue) = 1+81+40=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #015128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015128 is #FEAED7. Grayscale: #343434. Windows color (decimal): -16690904 or 2642177. OLE color: 2642177.

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

Color convert

RGB18140-
CMYK0.9900.510.68
HSL149.25º97.56%16.08%-
HSV(B)149.25º98.77%31.76%-
XYZ3.346.043-
YUV52.4112191.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 81 (32.03% from 255) = 66.39%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=0.82%
G=66.39%
B=32.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal181400.9900.510.68149.2597.5616.08
Hex151286303344956210
Octal11215014306310422514220
Binary1101000110100011000110110011100010010010101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015128; }

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

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

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

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

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

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

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

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