#025601

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

Shades of Green #025601

Tints of Green #025601

Color information

#025601 (or 0x025601) is unknown color: approx Green. HEX triplet: 02, 56 and 01. RGB value is (2,86,1). Sum of RGB (Red+Green+Blue) = 2+86+1=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 86 (33.98% from 255 or 96.63% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 86 - color contains mainly: green. Hex color #025601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025601 is #FDA9FE. Grayscale: #333333. Windows color (decimal): -16624127 or 87554. OLE color: 87554.

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

Color convert

RGB2861-
CMYK0.9800.990.66
HSL119.29º97.7%17.06%-
HSV(B)119.29º98.84%33.73%-
XYZ3.366.671.14-
YUV51.1999.6792.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 86 (33.98% from 255) = 96.63%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=2.25%
G=96.63%
B=1.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal28610.9800.990.66119.2997.717.06
Hex25616206342776211
Octal21261142014310216714221
Binary101010110111000100110001110000101110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025601; }

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

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

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

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

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

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

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

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