#025505

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

Shades of Green #025505

Tints of Green #025505

Color information

#025505 (or 0x025505) is unknown color: approx Green. HEX triplet: 02, 55 and 05. RGB value is (2,85,5). Sum of RGB (Red+Green+Blue) = 2+85+5=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 85 (33.59% from 255 or 92.39% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 85 - color contains mainly: green. Hex color #025505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025505 is #FDAAFA. Grayscale: #333333. Windows color (decimal): -16624379 or 349442. OLE color: 349442.

HSL color Cylindrical-coordinate representation of color #025505: hue angle of 122.17º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025505 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB2855-
CMYK0.9800.940.67
HSL122.17º95.4%17.06%-
HSV(B)122.17º97.65%33.33%-
XYZ3.36.521.23-
YUV51.0610293-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 85 (33.59% from 255) = 92.39%
BLUE value IS 5 (2.34% from 255) = 5.43%
R=2.17%
G=92.39%
B=5.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal28550.9800.940.67122.1795.417.06
Hex25556205E437a5f11
Octal21255142013610317213721
Binary10101010110111000100101111010000111111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025505; }

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

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

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

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

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

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

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

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