#025604

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

Shades of Green #025604

Tints of Green #025604

Color information

#025604 (or 0x025604) is unknown color: approx Green. HEX triplet: 02, 56 and 04. RGB value is (2,86,4). Sum of RGB (Red+Green+Blue) = 2+86+4=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 86 (33.98% from 255 or 93.48% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 86 - color contains mainly: green. Hex color #025604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025604 is #FDA9FB. Grayscale: #333333. Windows color (decimal): -16624124 or 284162. OLE color: 284162.

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

Color convert

RGB2864-
CMYK0.9800.950.66
HSL121.43º95.45%17.25%-
HSV(B)121.43º97.67%33.73%-
XYZ3.376.681.23-
YUV51.54101.1792.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 86 (33.98% from 255) = 93.48%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=2.17%
G=93.48%
B=4.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal28640.9800.950.66121.4395.4517.25
Hex25646205F42795f11
Octal21264142013710217113721
Binary10101011010011000100101111110000101111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025604; }

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

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

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

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

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

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

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

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