#025600

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

Shades of Green #025600

Tints of Green #025600

Color information

#025600 (or 0x025600) is unknown color: approx Green. HEX triplet: 02, 56 and 00. RGB value is (2,86,0). Sum of RGB (Red+Green+Blue) = 2+86+0=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 86 (33.98% from 255 or 97.73% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 86 - color contains mainly: green. Hex color #025600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025600 is #FDA9FF. Grayscale: #333333. Windows color (decimal): -16624128 or 22018. OLE color: 22018.

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

Color convert

RGB2860-
CMYK0.98010.66
HSL118.6º100%16.86%-
HSV(B)118.6º100%33.73%-
XYZ3.356.671.11-
YUV51.0899.1792.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 86 (33.98% from 255) = 97.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.27%
G=97.73%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal28600.98010.66118.610016.86
Hex25606206442776411
Octal21260142014410216714421
Binary101010110011000100110010010000101110111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025600; }

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

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

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

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

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

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

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

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