#025628

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

Shades of British Racing Green #025628

Tints of British Racing Green #025628

Color information

#025628 (or 0x025628) is unknown color: approx British Racing Green. HEX triplet: 02, 56 and 28. RGB value is (2,86,40). Sum of RGB (Red+Green+Blue) = 2+86+40=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 86 (33.98% from 255 or 67.19% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 86 - color contains mainly: green. Hex color #025628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025628 is #FDA9D7. Grayscale: #373737. Windows color (decimal): -16624088 or 2643458. OLE color: 2643458.

HSL color Cylindrical-coordinate representation of color #025628: hue angle of 147.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025628 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB28640-
CMYK0.9800.530.66
HSL147.14º95.45%17.25%-
HSV(B)147.14º97.67%33.73%-
XYZ3.746.823.13-
YUV55.64119.1789.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 86 (33.98% from 255) = 67.19%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=1.56%
G=67.19%
B=31.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286400.9800.530.66147.1495.4517.25
Hex256286203542935f11
Octal21265014206510222313721
Binary10101011010100011000100110101100001010010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025628; }

 p { color: rgb(2,86,40); }

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

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

 a { background-color: rgb(2,86,40); }

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

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

 span { border-color: rgb(2,86,40); }

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