#025706

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

Shades of Green #025706

Tints of Green #025706

Color information

#025706 (or 0x025706) is unknown color: approx Green. HEX triplet: 02, 57 and 06. RGB value is (2,87,6). Sum of RGB (Red+Green+Blue) = 2+87+6=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 87 (34.38% from 255 or 91.58% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 87 - color contains mainly: green. Hex color #025706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025706 is #FDA8F9. Grayscale: #343434. Windows color (decimal): -16623866 or 415490. OLE color: 415490.

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

Color convert

RGB2876-
CMYK0.9800.930.66
HSL122.82º95.51%17.45%-
HSV(B)122.82º97.7%34.12%-
XYZ3.476.841.31-
YUV52.35101.8492.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 87 (34.38% from 255) = 91.58%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=2.11%
G=91.58%
B=6.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal28760.9800.930.66122.8295.5117.45
Hex25766205D427b6011
Octal21276142013510217314021
Binary10101011111011000100101110110000101111011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025706; }

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

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

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

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

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

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

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

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