#005128

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

Shades of British Racing Green #005128

Tints of British Racing Green #005128

Color information

#005128 (or 0x005128) is unknown color: approx British Racing Green. HEX triplet: 00, 51 and 28. RGB value is (0,81,40). Sum of RGB (Red+Green+Blue) = 0+81+40=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #005128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005128 is #FFAED7. Grayscale: #343434. Windows color (decimal): -16756440 or 2642176. OLE color: 2642176.

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

Color convert

RGB08140-
CMYK100.510.68
HSL149.63º100%15.88%-
HSV(B)149.63º100%31.76%-
XYZ3.336.043-
YUV52.11121.1690.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 66.94%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=0%
G=66.94%
B=33.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08140100.510.68149.6310015.88
Hex051286403344966410
Octal01215014406310422614420
Binary0101000110100011001000110011100010010010110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005128; }

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

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

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

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

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

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

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

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