#025506

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

Shades of Green #025506

Tints of Green #025506

Color information

#025506 (or 0x025506) is unknown color: approx Green. HEX triplet: 02, 55 and 06. RGB value is (2,85,6). Sum of RGB (Red+Green+Blue) = 2+85+6=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 85 (33.59% from 255 or 91.40% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 85 - color contains mainly: green. Hex color #025506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025506 is #FDAAF9. Grayscale: #333333. Windows color (decimal): -16624378 or 414978. OLE color: 414978.

HSL color Cylindrical-coordinate representation of color #025506: hue angle of 122.89º 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 #025506 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB2856-
CMYK0.9800.930.67
HSL122.89º95.4%17.06%-
HSV(B)122.89º97.65%33.33%-
XYZ3.316.521.26-
YUV51.18102.592.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 85 (33.59% from 255) = 91.40%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=2.15%
G=91.40%
B=6.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal28560.9800.930.67122.8995.417.06
Hex25566205D437b5f11
Octal21256142013510317313721
Binary10101010111011000100101110110000111111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025506; }

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

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

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

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

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

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

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

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