#025627

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

Shades of British Racing Green #025627

Tints of British Racing Green #025627

Color information

#025627 (or 0x025627) is unknown color: approx British Racing Green. HEX triplet: 02, 56 and 27. RGB value is (2,86,39). Sum of RGB (Red+Green+Blue) = 2+86+39=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #025627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025627 is #FDA9D8. Grayscale: #373737. Windows color (decimal): -16624089 or 2577922. OLE color: 2577922.

HSL color Cylindrical-coordinate representation of color #025627: hue angle of 146.43º 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 #025627 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB28639-
CMYK0.9800.550.66
HSL146.43º95.45%17.25%-
HSV(B)146.43º97.67%33.73%-
XYZ3.726.813.04-
YUV55.53118.6789.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 86 (33.98% from 255) = 67.72%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=1.57%
G=67.72%
B=30.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286390.9800.550.66146.4395.4517.25
Hex256276203742925f11
Octal21264714206710222213721
Binary10101011010011111000100110111100001010010010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025627; }

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

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

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

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

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

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

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

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