#025605

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

Shades of Green #025605

Tints of Green #025605

Color information

#025605 (or 0x025605) is unknown color: approx Green. HEX triplet: 02, 56 and 05. RGB value is (2,86,5). Sum of RGB (Red+Green+Blue) = 2+86+5=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 86 (33.98% from 255 or 92.47% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 86 - color contains mainly: green. Hex color #025605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025605 is #FDA9FA. Grayscale: #333333. Windows color (decimal): -16624123 or 349698. OLE color: 349698.

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

Color convert

RGB2865-
CMYK0.9800.940.66
HSL122.14º95.45%17.25%-
HSV(B)122.14º97.67%33.73%-
XYZ3.386.681.25-
YUV51.65101.6792.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 86 (33.98% from 255) = 92.47%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=2.15%
G=92.47%
B=5.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal28650.9800.940.66122.1495.4517.25
Hex25656205E427a5f11
Octal21265142013610217213721
Binary10101011010111000100101111010000101111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025605; }

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

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

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

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

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

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

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

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